aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-07-12 19:37:50 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-07-12 21:44:01 -0400
commitb7bc96c3b298a1efd36a38e20f49ce61c90f3d97 (patch)
tree3270d066a6836b1258e05892bf877854adda0c19 /docs
parent977d0cf7117cb04902a2189321f2e40a20f9488b (diff)
downloadkutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.tar.gz
kutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.tar.xz
kutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.zip
neopixel: Add initial support for "neopixel" leds
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/G-Codes.md8
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