#ifndef WLED_BUTTON_H #define WLED_BUTTON_H #include /* * Physical IO */ void shortPressAction(); void handleButton(); void handleIO(); #endif // WLED_BUTTON_H