10 lines
109 B
Arduino
Executable File
10 lines
109 B
Arduino
Executable File
#include "Watchy_Pokemon.h"
|
|
|
|
WatchyPokemon watchy;
|
|
|
|
void setup(){
|
|
watchy.init();
|
|
}
|
|
|
|
void loop(){}
|