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.

7 lines
259 B

  1. #include "duck_led/duck_led.h"
  2. void indicator_leds_set(bool leds[8]);
  3. void backlight_toggle_rgb(bool enabled);
  4. void backlight_set_rgb(uint8_t cfg[17][3]);
  5. void backlight_init_ports(void);
  6. void send_color(uint8_t r, uint8_t g, uint8_t b, enum Device device);