Watchy/examples/WatchFaces/Basic/Basic.ino

10 lines
125 B
Arduino
Raw Normal View History

2021-01-05 00:03:49 -05:00
#include <Watchy.h>
2021-12-30 22:47:38 -05:00
#include "settings.h"
2021-01-05 00:03:49 -05:00
2021-12-30 22:47:38 -05:00
Watchy watchy(settings);
2021-01-05 00:03:49 -05:00
void setup(){
watchy.init();
}
void loop(){}