1
0
Fork 0

LED drivers: more formatting (#22865)

This commit is contained in:
Ryan 2024-01-08 17:28:40 +11:00 committed by GitHub
parent 7467231158
commit 8b95dc6e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 33 additions and 7 deletions

View file

@ -165,7 +165,7 @@ void is31fl3746a_init(uint8_t addr) {
wait_ms(10);
}
void is31fl3746a_set_color(int index, uint8_t value) {
void is31fl3746a_set_value(int index, uint8_t value) {
is31fl3746a_led_t led;
if (index >= 0 && index < IS31FL3746A_LED_COUNT) {