Browse Source

SRV_Channel: add ProfiLED ouputs

c415-sdk
Peter Hall 5 years ago committed by Andrew Tridgell
parent
commit
001f71e3de
  1. 4
      libraries/SRV_Channel/SRV_Channel.h

4
libraries/SRV_Channel/SRV_Channel.h

@ -151,6 +151,10 @@ public: @@ -151,6 +151,10 @@ public:
k_thrust_out = 126,
k_yaw_out = 127,
k_wingsail_elevator = 128,
k_ProfiLED_1 = 129,
k_ProfiLED_2 = 130,
k_ProfiLED_3 = 131,
k_ProfiLED_Clock = 132,
k_nr_aux_servo_functions ///< This must be the last enum value (only add new values _before_ this one)
} Aux_servo_function_t;

Loading…
Cancel
Save