From 52be3903c0b22daa92e8bf2ce7546fab8eec361e Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Wed, 6 Mar 2019 18:13:24 -0800 Subject: [PATCH] SRV_Channel: add neopixel as an output type --- libraries/SRV_Channel/SRV_Channel.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/SRV_Channel/SRV_Channel.h b/libraries/SRV_Channel/SRV_Channel.h index d5ca7dbd67..10c47416ee 100644 --- a/libraries/SRV_Channel/SRV_Channel.h +++ b/libraries/SRV_Channel/SRV_Channel.h @@ -143,6 +143,10 @@ public: k_scripting14 = 107, k_scripting15 = 108, k_scripting16 = 109, + k_LED_neopixel1 = 120, + k_LED_neopixel2 = 121, + k_LED_neopixel3 = 122, + k_LED_neopixel4 = 123, k_nr_aux_servo_functions ///< This must be the last enum value (only add new values _before_ this one) } Aux_servo_function_t;