#include #include class FuncButton { private: uint8_t pressedTime; Ticker scanner; public: FuncButton(); };