Files
watchy/watchfaces/pokemon-2.0/pokemon-2.0.ino
T
2021-11-19 21:32:31 +01:00

10 lines
109 B
Arduino
Executable File

#include "Watchy_Pokemon.h"
WatchyPokemon watchy;
void setup(){
watchy.init();
}
void loop(){}