Sporttafel/src/countdown.h

9 lines
111 B
C

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