Files
watchy/watchfaces/below/below.ino
T
2021-08-30 10:48:16 +02:00

10 lines
99 B
Arduino

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