BertlDrive_V2

Dependencies:   mbed ur_Bertl

Files at this revision

API Documentation at this revision

Comitter:
martwerl
Date:
Thu Nov 15 17:28:37 2018 +0000
Parent:
3:77f011b4f42b
Commit message:
BertlDrive_V2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 77f011b4f42b -r ae6da6b26fc9 main.cpp
--- a/main.cpp	Sun Apr 26 20:09:42 2015 +0000
+++ b/main.cpp	Thu Nov 15 17:28:37 2018 +0000
@@ -41,11 +41,11 @@
     BlinkBertl karel;
 
     bt.printf("Kommands 1:Move, 3:TurnLeft, 5:TurnRight, 7:MoveBack, 6 and 8 stepwise turns \n");
-    /*    karel.Move();
+        karel.Move();
         karel.TurnLeft();
         karel.TurnRigth();
         karel.MoveBackwards();
-    */
+    
     karel.TurnLedOn(LED_ALL);
     wait_ms(200);
     karel.TurnLedOff(LED_ALL);