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