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