diff --git a/docs/en/modules/ws2812.md b/docs/en/modules/ws2812.md index e6c66807..c46a63bd 100644 --- a/docs/en/modules/ws2812.md +++ b/docs/en/modules/ws2812.md @@ -15,10 +15,12 @@ and Green,Red,Blue,White for RGBW strips. #### Parameters Array containing an element for each chain (maximum of 8 elements): + - `pin` 0 ~ 33, I/O index - `data` payload to be sent to one or more WS2812 like leds through GPIO2 Payload type could be: + - `string` representing bytes to send - `ws2812.buffer` see [Buffer module](#buffer-module)