mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
neopixel: Add initial support for "neopixel" leds
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
977d0cf711
commit
b7bc96c3b2
5 changed files with 178 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue