example ino

This commit is contained in:
Anton Jacker 2023-11-24 15:55:59 +01:00
parent 3258396ae9
commit 50c760333e
No known key found for this signature in database
GPG Key ID: 6581AFF52DAA87AC

13
example/example.ino Normal file
View File

@ -0,0 +1,13 @@
#include <Adafruit_NeoPixel.h>
#include <Dezibot.h>
#define GPIO_LED 48
Dezibot dezibot = Dezibot();
void setup() {
dezibot.begin();
}
void loop() {
}