Bertl

Dependencies:   HCSR

Fork of Bertl by Franz Pucher

Revision:
18:2a4fa405eec6
Parent:
8:07e55b300ff1
--- a/Robot.cpp	Thu Nov 12 19:05:56 2015 +0000
+++ b/Robot.cpp	Mon Dec 21 14:29:01 2015 +0000
@@ -36,7 +36,10 @@
 {
     TurnLeft();
 }
-
+void Robot :: turnRight()
+{
+    TurnRigth();
+}
 void Robot :: pickBeeper()
 {
     PickBeeper();