implemented basic handling of infrared

This commit is contained in:
hhaupt
2024-04-28 01:24:47 +02:00
parent dbe97dc94c
commit 39e424ed13
6 changed files with 94 additions and 76 deletions

View File

@ -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() {
}