Files
watchy/watchfaces/below/below.ino
T
2024-03-15 18:30:44 +01:00

11 lines
131 B
Arduino

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