Watchy/examples/WatchFaces/7_SEG/7_SEG.ino

14 lines
143 B
Arduino
Raw Normal View History

2021-01-05 00:03:49 -05:00
#include "Watchy_7_SEG.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
Watchy7SEG watchy(settings);
2021-01-05 00:03:49 -05:00
void setup(){
watchy.init();
}
void loop(){}