11 lines
131 B
Arduino
Executable File
11 lines
131 B
Arduino
Executable File
#include "watchy_below.h"
|
|
#include "settings.h"
|
|
|
|
WatchyBelow watchy(settings);
|
|
|
|
void setup()
|
|
{
|
|
watchy.init();
|
|
}
|
|
|
|
void loop() {} |