From 45977c95b9018e6741e751bbf6af7f306f6b2c32 Mon Sep 17 00:00:00 2001 From: 99cardz Date: Tue, 6 Feb 2024 13:34:23 +0100 Subject: [PATCH] formatting --- example/motion.ino | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example/motion.ino b/example/motion.ino index 2bdfd47..e1f6d37 100644 --- a/example/motion.ino +++ b/example/motion.ino @@ -8,9 +8,11 @@ void loop() { Serial.println("bla"); dezibot.motion.move(1000); dezibot.multiColorLight.setLed(BOTTOM, RED); - delay(2000); dezibot.motion.rotateAnticlockwise(1000); + delay(2000); + dezibot.motion.rotateAnticlockwise(1000); dezibot.multiColorLight.setLed(BOTTOM, GREEN); - delay(2000); dezibot.motion.rotateClockwise(1000); + delay(2000); + dezibot.motion.rotateClockwise(1000); dezibot.multiColorLight.setLed(BOTTOM, BLUE); delay(2000); dezibot.multiColorLight.turnOffLed();