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.
main.cpp
- Committer:
- Josahty
- Date:
- 2016-11-01
- Revision:
- 0:6942f0e2198c
- Child:
- 5:dc4cf6cc24b3
File content as of revision 0:6942f0e2198c:
#include "mbed.h" #include "DumpTruck.h" DigitalOut myled(LED1); int main() { DumpTruck foo(1); foo.drive(); }