mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-20 19:41:47 +02:00
example ino
This commit is contained in:
parent
3258396ae9
commit
50c760333e
13
example/example.ino
Normal file
13
example/example.ino
Normal 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() {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user