You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
243 B

  1. void rgbsps_set(uint8_t index, uint8_t r, uint8_t g, uint8_t b);
  2. void rgbsps_setall(uint8_t r, uint8_t g, uint8_t b);
  3. void rgbsps_turnoff(void);
  4. void rgbsps_send(void);
  5. void rgbsps_sethsv(uint8_t index, uint16_t hue, uint8_t sat, uint8_t val);