Grundfunktionen für Micromouse
Dependencies: AutomationElements mbed
Diff: main.cpp
- Revision:
- 0:e38b500d6e74
- Child:
- 1:4808f55970e8
diff -r 000000000000 -r e38b500d6e74 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Apr 19 11:31:49 2018 +0000 @@ -0,0 +1,16 @@ +#include "mbed.h" +#include "Controller.h" +#include "MotorDriver.h" +#include "ReadFinalLine.h" +#include "ReadSensor.h" + + +DigitalOut myled(LED2); +int answer; + +int main() +{ + startup(); + while(1) { + } +}