mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 11:01:46 +02:00
13 lines
109 B
C++
13 lines
109 B
C++
#include <Dezibot.h>
|
|
|
|
|
|
|
|
Dezibot dezibot = Dezibot();
|
|
|
|
void setup() {
|
|
dezibot.begin();
|
|
}
|
|
|
|
void loop() {
|
|
}
|