Martin Werluschnig
/
BertlDrive_V2
BertlDrive_V2
Revision 4:ae6da6b26fc9, committed 2018-11-15
- 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 |
--- 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);