Watchy/examples/WatchFaces/Tetris/Tetris.ino

11 lines
130 B
Arduino
Raw Permalink Normal View History

2021-01-18 16:09:21 -05:00
#include "Watchy_Tetris.h"
2021-12-30 22:47:38 -05:00
#include "settings.h"
2021-01-18 16:09:21 -05:00
2021-12-30 22:47:38 -05:00
WatchyTetris watchy(settings);
2021-01-18 16:09:21 -05:00
void setup(){
watchy.init();
}
void loop(){}