Fix list formatting in ws2812 doc.

This commit is contained in:
Arnim Läuger 2017-04-14 20:08:38 +02:00 committed by GitHub
parent 066e8d60fa
commit 2c30644835
1 changed files with 2 additions and 0 deletions

View File

@ -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)