Projekt LCD
/
Bertel_PingDONG
Letft Curve, Right Curve, Forward
Fork of BertlTemplate2 by
Diff: BertlTemplate.cpp
- Revision:
- 0:fa9b473d690b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BertlTemplate.cpp Sun Feb 22 13:03:33 2015 +0000 @@ -0,0 +1,22 @@ + +#include "mbed.h" +#include "Serial_HL.h" +#include "Bertl14.h" +#include "BertlObjects.h" + + + +int main(void) +{ + InitBertl(); + pex.useISR=0; leds=9; + pex.ClearLeds(); + + while(1) + { + } + + return 1; +} + +