mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
AP_MotorsHeli_RSC: add get_idle_output accessor
This commit is contained in:
parent
a63dba5b13
commit
4775843e3c
@ -45,6 +45,7 @@ public:
|
||||
|
||||
// set_idle_output
|
||||
void set_idle_output(int16_t idle_output) { _idle_output = idle_output; }
|
||||
float get_idle_output() { return _idle_output; }
|
||||
|
||||
// get_desired_speed
|
||||
int16_t get_desired_speed() const { return _desired_speed; }
|
||||
|
Loading…
Reference in New Issue
Block a user