Spelling in AntiClockwise beseitigt

This commit is contained in:
jwagner4 2024-05-13 11:26:22 +00:00
parent 7ec4a2be6a
commit a7ea53be11

View File

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