dezibot/example/example.ino
2023-11-24 15:55:59 +01:00

14 lines
159 B
C++

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