neopixel: Add support for daisy-chained chips

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-07-17 19:58:37 -04:00
parent abf3fa4b71
commit 46041f5411
3 changed files with 20 additions and 5 deletions

View File

@@ -1656,6 +1656,10 @@
#pin:
# The pin connected to the neopixel. This parameter must be
# provided.
#chain_count:
# The number of Neopixel chips that are "daisy chained" to the
# provided pin. The default is 1 (which indices only a single
# Neopixel is connected to the pin).
#initial_RED: 0.0
#initial_GREEN: 0.0
#initial_BLUE: 0.0