You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
void rgbsps_set(uint8_t index, uint8_t r, uint8_t g, uint8_t b);
|
|
|
|
void rgbsps_setall(uint8_t r, uint8_t g, uint8_t b);
|
|
|
|
void rgbsps_turnoff(void);
|
|
|
|
void rgbsps_send(void);
|
|
|
|
void rgbsps_sethsv(uint8_t index, uint16_t hue, uint8_t sat, uint8_t val);
|