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

13 lines
110 B
Arduino
Raw Normal View History

2021-01-05 00:03:49 -05:00
#include "Watchy_7_SEG.h"
Watchy7SEG watchy;
void setup(){
watchy.init();
}
void loop(){}