aboutsummaryrefslogtreecommitdiff
path: root/drivers/arm/ws2812.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/arm/ws2812.h')
-rw-r--r--drivers/arm/ws2812.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/arm/ws2812.h b/drivers/arm/ws2812.h
index bf5c9fd0f..41c22a00b 100644
--- a/drivers/arm/ws2812.h
+++ b/drivers/arm/ws2812.h
@@ -11,7 +11,6 @@
11 * The functions will perform the following actions: 11 * The functions will perform the following actions:
12 * - Set the data-out pin as output 12 * - Set the data-out pin as output
13 * - Send out the LED data 13 * - Send out the LED data
14 * - Wait 50s to reset the LEDs 14 * - Wait 50us to reset the LEDs
15 */ 15 */
16void ws2812_setleds(LED_TYPE *ledarray, uint16_t number_of_leds); 16void ws2812_setleds(LED_TYPE *ledarray, uint16_t number_of_leds);
17void ws2812_setleds_rgbw(LED_TYPE *ledarray, uint16_t number_of_leds);