mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-05 02:01:42 +02:00
Add 'USB_Mode to Hardware CDC and JTAG' hint and remove frills from examples
This commit is contained in:
@ -2,10 +2,8 @@
|
||||
Dezibot dezibot = Dezibot();
|
||||
void setup() {
|
||||
dezibot.begin();
|
||||
Serial.begin(9600);
|
||||
}
|
||||
void loop() {
|
||||
Serial.println("bla");
|
||||
dezibot.motion.move(1000);
|
||||
dezibot.multiColorLight.setLed(BOTTOM, RED);
|
||||
delay(2000);
|
||||
@ -17,4 +15,4 @@ void loop() {
|
||||
delay(2000);
|
||||
dezibot.multiColorLight.turnOffLed();
|
||||
delay(2000);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user