sc7-testo-firmware/include/rgbprog.h

16 lines
182 B
C

/*
* rgbprog.h: making your eyes light up
*
* file creation: 20231021 2338
*/
#ifndef _INC_RGBPROG_H
#define _INC_RGBPROG_H
void rgbprog_run();
#endif /* _INC_RGBPROG_H */