dezibot/example/example.ino

14 lines
129 B
C++

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