Watchy/examples/WatchFaces/Pokemon/Pokemon.ino

11 lines
142 B
Arduino
Raw Normal View History

2021-01-05 00:36:37 -05:00
#include "Watchy_Pokemon.h"
2021-12-30 22:47:38 -05:00
#include "settings.h"
2021-01-05 00:36:37 -05:00
2021-12-30 22:47:38 -05:00
WatchyPokemon watchy(settings);
2021-01-05 00:36:37 -05:00
void setup(){
watchy.init();
}
void loop(){}