diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-17 19:58:37 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-23 21:59:38 -0400 |
commit | 46041f541158067206f29139df188dfa876e3763 (patch) | |
tree | 810b3a1f317c2bd19cddfecbaa30f79b24095984 /config/example-extras.cfg | |
parent | abf3fa4b717ba655f0715e8ee9540afa48784d25 (diff) | |
download | kutter-46041f541158067206f29139df188dfa876e3763.tar.gz kutter-46041f541158067206f29139df188dfa876e3763.tar.xz kutter-46041f541158067206f29139df188dfa876e3763.zip |
neopixel: Add support for daisy-chained chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 0c0a5b0d..53321aef 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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 |