michael hollegha
/
BertlTemplate
Start Project for Bertl-Programms
Fork of BertlPingPong by
Diff: BertlTemplate.cpp
- Revision:
- 3:6bbab92372ef
- Parent:
- 2:fb6f2a6307d3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BertlTemplate.cpp Sun Feb 22 12:45:34 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; +} + +