diff options
Diffstat (limited to 'drivers/avr/ws2812.h')
| -rw-r--r-- | drivers/avr/ws2812.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/avr/ws2812.h b/drivers/avr/ws2812.h index 9652b94bb..b869fb28c 100644 --- a/drivers/avr/ws2812.h +++ b/drivers/avr/ws2812.h | |||
| @@ -34,8 +34,7 @@ | |||
| 34 | * The functions will perform the following actions: | 34 | * The functions will perform the following actions: |
| 35 | * - Set the data-out pin as output | 35 | * - Set the data-out pin as output |
| 36 | * - Send out the LED data | 36 | * - Send out the LED data |
| 37 | * - Wait 50�s to reset the LEDs | 37 | * - Wait 50us to reset the LEDs |
| 38 | */ | 38 | */ |
| 39 | void ws2812_setleds(LED_TYPE *ledarray, uint16_t number_of_leds); | 39 | void ws2812_setleds(LED_TYPE *ledarray, uint16_t number_of_leds); |
| 40 | void ws2812_setleds_pin(LED_TYPE *ledarray, uint16_t number_of_leds, uint8_t pinmask); | 40 | void ws2812_setleds_pin(LED_TYPE *ledarray, uint16_t number_of_leds, uint8_t pinmask); |
| 41 | void ws2812_setleds_rgbw(LED_TYPE *ledarray, uint16_t number_of_leds); | ||
