Motor is being implemented in this version. Trying to implement catching errors

Dependencies:   mbed Tracker

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