Files
watchy/watchfaces/below/below.ino
T
Klemek 3d610e4d1d fix
2024-03-15 18:33:34 +01:00

11 lines
131 B
Arduino
Executable File

#include "watchy_below.h"
#include "settings.h"
WatchyBelow watchy(settings);
void setup()
{
watchy.init();
}
void loop() {}