From 4e3ca4c1ec30c79a40fbf9c396c42de4e76c6048 Mon Sep 17 00:00:00 2001 From: jwagner4 Date: Mon, 13 May 2024 11:25:25 +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);