apa102: cleanups (#22826)
This commit is contained in:
parent
e5203f86e2
commit
b3f55cb5b2
2 changed files with 46 additions and 51 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
#define APA102_MAX_BRIGHTNESS 31
|
||||
|
||||
extern uint8_t apa102_led_brightness;
|
||||
void apa102_init(void);
|
||||
|
||||
/* User Interface
|
||||
*
|
||||
|
@ -44,4 +44,5 @@ extern uint8_t apa102_led_brightness;
|
|||
* - Send out the LED data
|
||||
*/
|
||||
void apa102_setleds(rgb_led_t *start_led, uint16_t num_leds);
|
||||
|
||||
void apa102_set_brightness(uint8_t brightness);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue