diff options
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 |