12 lines
95 B
C++
12 lines
95 B
C++
#include <spot.h>
|
|
|
|
Spot spot;
|
|
|
|
void setup(){
|
|
spot.boot();
|
|
}
|
|
|
|
void loop(){
|
|
spot.handle();
|
|
}
|