mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
Add 'USB_Mode to Hardware CDC and JTAG' hint and remove frills from examples
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
#include <Dezibot.h>
|
||||
|
||||
Dezibot dezibot = Dezibot();
|
||||
const uint8_t MYFOO = 10;
|
||||
void setup() {
|
||||
dezibot.begin();
|
||||
|
||||
dezibot.begin();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
@ -17,3 +15,4 @@ delay(1000);
|
||||
dezibot.motion.stop();
|
||||
delay(1000);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user