Start Project for Bertl-Programms

Dependencies:   BertlLib mbed

Fork of BertlPingPong by michael hollegha

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;
+}
+
+