Fix list formatting in ws2812 doc.
This commit is contained in:
parent
066e8d60fa
commit
2c30644835
|
@ -15,10 +15,12 @@ and Green,Red,Blue,White for RGBW strips.
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
Array containing an element for each chain (maximum of 8 elements):
|
Array containing an element for each chain (maximum of 8 elements):
|
||||||
|
|
||||||
- `pin` 0 ~ 33, I/O index
|
- `pin` 0 ~ 33, I/O index
|
||||||
- `data` payload to be sent to one or more WS2812 like leds through GPIO2
|
- `data` payload to be sent to one or more WS2812 like leds through GPIO2
|
||||||
|
|
||||||
Payload type could be:
|
Payload type could be:
|
||||||
|
|
||||||
- `string` representing bytes to send
|
- `string` representing bytes to send
|
||||||
- `ws2812.buffer` see [Buffer module](#buffer-module)
|
- `ws2812.buffer` see [Buffer module](#buffer-module)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue