mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 11:01:46 +02:00
14 lines
159 B
C++
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() {
|
|
}
|