Main repository for dump truck API development in Spring 2017
Dependencies: Tracker mbed MotorV2 SRF05 nRF24L01P
Fork of DUMP_TRUCK_TEST_V1 by
Activities
This Week
If needed, please contact Milo Pan at mpan9@gatech.edu for rights and access to this repository.
Diff: commands.h
- Revision:
- 15:a4bbdde8ed69
- Parent:
- 14:fd6090cddc2e
--- a/commands.h Tue Apr 25 05:24:47 2017 +0000 +++ b/commands.h Tue Apr 25 20:54:15 2017 +0000 @@ -7,6 +7,6 @@ "turn", //turn(float angle); "moveb", //moveBed(float angle); "stopbed", //stopBed(); - "stopturn", //stopTurn(); - "stopdriv" //stopDrive(); + "stoptrn", //stopTurn(); + "stopdrv" //stopDrive(); }; \ No newline at end of file