Init
Dependencies: Break Motor Communication Steering mbed Controller
Diff: main.cpp
- Revision:
- 0:226470cfa428
- Child:
- 1:2538cbbea1f8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Jun 12 20:04:26 2017 +0000 @@ -0,0 +1,11 @@ +#include "mbed.h" + +DigitalOut myled(LED1); + +int main() +{ + while(1) + { + + } +}