WatchyWatchFace/src/Main.cpp
2023-05-29 18:25:42 +03:00

13 lines
No EOL
115 B
C++

#include "WatchFace.h"
WatchFace watchy;
void setup()
{
Serial.begin(9600);
watchy.Init();
}
void loop()
{
}