mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 01:31:41 +02:00
Spelling in AntiClockwise beseitigt
This commit is contained in:
@ -9,7 +9,7 @@ void loop() {
|
||||
dezibot.motion.move(1000);
|
||||
dezibot.multiColorLight.setLed(BOTTOM, RED);
|
||||
delay(2000);
|
||||
dezibot.motion.rotateAnticlockwise(1000);
|
||||
dezibot.motion.rotateAntiClockwise(1000);
|
||||
dezibot.multiColorLight.setLed(BOTTOM, GREEN);
|
||||
delay(2000);
|
||||
dezibot.motion.rotateClockwise(1000);
|
||||
|
Reference in New Issue
Block a user