dezibot/example/example.ino
2024-05-02 01:27:58 +02:00

13 lines
109 B
C++

#include <Dezibot.h>
Dezibot dezibot = Dezibot();
void setup() {
dezibot.begin();
}
void loop() {
}