WatchyWatchFace/src/Main.cpp

12 lines
93 B
C++
Raw Normal View History

2023-05-29 13:03:05 +03:00
#include "WatchFace.h"
WatchFace watchy;
void setup()
{
watchy.Init();
}
void loop()
{
}