mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 09:41:43 +02:00
implemented basic handling of infrared
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
#include <Adafruit_NeoPixel.h>
|
||||
#include <Dezibot.h>
|
||||
|
||||
#define GPIO_LED 48
|
||||
|
||||
Dezibot dezibot = Dezibot();
|
||||
|
||||
void setup() {
|
||||
dezibot.begin();
|
||||
dezibot.infraredLight.front.turnOn();
|
||||
dezibot.infraredLight.bottom.turnOn();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user