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