tarou yamada
/
YMD
Diff: main.cpp
- Revision:
- 0:c828fcf29c55
- Child:
- 3:43a3d01e6bff
diff -r 000000000000 -r c828fcf29c55 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Oct 14 06:05:20 2015 +0000 @@ -0,0 +1,12 @@ +#include "mbed.h" +#include "YMotorDriver.h" + +int main() { + YMotorDriver m; + + while( true ) { + m.update(); + } + + return 0; +} \ No newline at end of file