BertlPractise

Dependencies:   HCSR

Fork of Bertl by Franz Pucher

Revision:
17:308802267a62
Parent:
12:cedc088eaf05
Child:
18:691491518d5e
--- a/Robot.h	Thu Nov 12 09:05:05 2015 +0000
+++ b/Robot.h	Thu Nov 12 19:05:56 2015 +0000
@@ -31,5 +31,6 @@
     bool facingEast();       // is the robot facing East?
     bool facingWest();       // is the robot facing West?
     bool anyBeepersInBeeperBag();    //are there any beepers in the bag?
-};
+    
+ };
 #endif
\ No newline at end of file