Files
dezibot/example/example.ino
T

14 lines
129 B
Arduino

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