#include #include "settings.h" Watchy watchy(settings); void setup(){ watchy.init(); } void loop(){}