Spelling in AntiClockwise beseitigt

This commit is contained in:
jwagner4 2024-05-13 11:25:25 +00:00
parent ad41f6b5ca
commit 4e3ca4c1ec

View File

@ -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);