beLow watchface

This commit is contained in:
Klemek
2021-08-30 10:48:16 +02:00
parent 6a02d5973d
commit bed398b85e
6 changed files with 384 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "watchy_below.h"
WatchyBelow watchy;
void setup()
{
watchy.init();
}
void loop() {}