test program

Dependencies:   LSM9DS1_Library2 MotorV2 SRF05 Tracker2 mbed nRF24L01P

Fork of DUMP_TRUCK_SPR2017 by Terrabots

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();
}