Files
SpotMicroESP32-Leika/src/main.cpp
T
2023-05-16 20:25:07 +02:00

12 lines
95 B
C++

#include <spot.h>
Spot spot;
void setup(){
spot.boot();
}
void loop(){
spot.handle();
}