AGHSEagleRobotics / frc1388-2019

Destination: Deep Space
1 stars 0 forks source link

USB Logging #31

Open DylanTran71 opened 5 years ago

DylanTran71 commented 5 years ago

USB Logging has been successfully implemented on the robot.

To use USB Logging: ''' import org.usfirst.frc1388.frc2019officialUsbLogging;

UsbLogging.printLog("Your Log Text Here"); '''