mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
formatting
This commit is contained in:
@ -8,9 +8,11 @@ void loop() {
|
|||||||
Serial.println("bla");
|
Serial.println("bla");
|
||||||
dezibot.motion.move(1000);
|
dezibot.motion.move(1000);
|
||||||
dezibot.multiColorLight.setLed(BOTTOM, RED);
|
dezibot.multiColorLight.setLed(BOTTOM, RED);
|
||||||
delay(2000); dezibot.motion.rotateAnticlockwise(1000);
|
delay(2000);
|
||||||
|
dezibot.motion.rotateAnticlockwise(1000);
|
||||||
dezibot.multiColorLight.setLed(BOTTOM, GREEN);
|
dezibot.multiColorLight.setLed(BOTTOM, GREEN);
|
||||||
delay(2000); dezibot.motion.rotateClockwise(1000);
|
delay(2000);
|
||||||
|
dezibot.motion.rotateClockwise(1000);
|
||||||
dezibot.multiColorLight.setLed(BOTTOM, BLUE);
|
dezibot.multiColorLight.setLed(BOTTOM, BLUE);
|
||||||
delay(2000);
|
delay(2000);
|
||||||
dezibot.multiColorLight.turnOffLed();
|
dezibot.multiColorLight.turnOffLed();
|
||||||
|
Reference in New Issue
Block a user