sc7-testo-firmware/src/rgbprog.c

25 lines
194 B
C
Raw Normal View History

/*
* rgbprog.c: making your eyes light up
*
* file creation: 20231015 0119
*/
#include "led.h"
void rgbprog_continuity()
{
}
void rgbprog_diode()
{
}
void rgbprog_rainbow()
{
}