Files
watchy/watchfaces/below/below.ino
T
2022-04-09 18:31:34 +02:00

11 lines
131 B
Arduino

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