From a7ea53be118ac046b64a84b0452abb5a9e596d82 Mon Sep 17 00:00:00 2001 From: jwagner4 Date: Mon, 13 May 2024 11:26:22 +0000 Subject: [PATCH] Spelling in AntiClockwise beseitigt --- example/motion/motion.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/motion/motion.ino b/example/motion/motion.ino index e1f6d37..007c93c 100644 --- a/example/motion/motion.ino +++ b/example/motion/motion.ino @@ -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);