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