test program
Dependencies: LSM9DS1_Library2 MotorV2 SRF05 Tracker2 mbed nRF24L01P
Fork of DUMP_TRUCK_SPR2017 by
Diff: main.cpp
- Revision:
- 0:6942f0e2198c
- Child:
- 5:dc4cf6cc24b3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Tue Nov 01 20:13:57 2016 +0000 @@ -0,0 +1,11 @@ +#include "mbed.h" +#include "DumpTruck.h" + +DigitalOut myled(LED1); + + +int main() { + DumpTruck foo(1); + foo.drive(); +} +