Watchy/examples/WatchFaces/Basic/Basic.ino

9 lines
92 B
C++

#include <Watchy.h>
Watchy watchy;
void setup(){
watchy.init();
}
void loop(){}