Add 'USB_Mode to Hardware CDC and JTAG' hint and remove frills from examples

This commit is contained in:
Prof.J.Wagner
2024-05-14 10:25:33 +02:00
parent a4f9f69f1e
commit cdf216910d
3 changed files with 9 additions and 6 deletions

View File

@ -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);
}
}