Files
dezibot/example/example.ino
T

14 lines
193 B
Arduino

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