Sporttafel/src/countdown.h

13 lines
168 B
C

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