mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-20 11:31:48 +02:00
Spelling in AntiClockwise beseitigt
This commit is contained in:
parent
ad41f6b5ca
commit
4e3ca4c1ec
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user