#ifndef WS2812B_COUNTDOWN_H #define WS2812B_COUNTDOWN_H void countdownSetup(); void countdownLoop(); void countdownLongPress(); void countdownShortPress(); #endif