Bertl Ping Pong Demo Bertl reacts to Buttons. Leds are blinking dependent on current direction

Dependencies:   BertlLib mbed

Files at this revision

API Documentation at this revision

Comitter:
hollegha2
Date:
Thu Dec 18 11:08:42 2014 +0000
Parent:
1:81bbec75e875
Commit message:
BertlObjects.cpp => BertlObjects.h

Changed in this revision

BertlPingPong.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/BertlPingPong.cpp	Fri Apr 25 19:10:27 2014 +0000
+++ b/BertlPingPong.cpp	Thu Dec 18 11:08:42 2014 +0000
@@ -2,7 +2,7 @@
 #include "mbed.h"
 #include "Serial_HL.h"
 #include "Bertl14.h"
-#include "BertlObjects.cpp"
+#include "BertlObjects.h"
 
 int gBlinkMode = 1;
 void BlinkTask();