added the possibility of sending a specific frequency via IR

This commit is contained in:
hhaupt
2024-05-01 14:25:03 +02:00
parent 39e424ed13
commit 1596b3883c
3 changed files with 58 additions and 21 deletions

View File

@ -1,13 +0,0 @@
#include <Dezibot.h>
Dezibot dezibot = Dezibot();
void setup() {
dezibot.begin();
dezibot.infraredLight.front.turnOn();
dezibot.infraredLight.bottom.turnOn();
}
void loop() {
}