neopixel: Add initial support for "neopixel" leds

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-07-12 19:37:50 -04:00
parent 977d0cf711
commit b7bc96c3b2
5 changed files with 178 additions and 1 deletions

View file

@ -191,6 +191,14 @@ The following command is available when an "output_pin" config section
is enabled:
- `SET_PIN PIN=config_name VALUE=<value>`
## Neopixel Commands
The following command is available when a "neopixel" config section
is enabled:
- `SET_NEOPIXEL NEOPIXEL=<config_name> RED=<value> GREEN=<value>
BLUE=<value>`: This sets the neopixel LED output. Each <value> must
be between 0.0 and 1.0.
## Servo Commands
The following commands are available when a "servo" config section is