dezibot/example/example.ino
2024-04-28 01:24:47 +02:00

14 lines
193 B
C++

#include <Dezibot.h>
Dezibot dezibot = Dezibot();
void setup() {
dezibot.begin();
dezibot.infraredLight.front.turnOn();
dezibot.infraredLight.bottom.turnOn();
}
void loop() {
}