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