diff options
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index de8c005d..78be3e72 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -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 |