Watchy/examples/WatchFaces/DOS/DOS.ino

10 lines
101 B
C++

#include "Watchy_DOS.h"
WatchyDOS watchy;
void setup(){
watchy.init();
}
void loop(){}