|
|
|
@ -368,8 +368,10 @@ private:
@@ -368,8 +368,10 @@ private:
|
|
|
|
|
void twitching_measure_acceleration(float &rate_of_change, float rate_measurement, float &rate_measurement_max); |
|
|
|
|
void get_poshold_attitude(float &roll_cd, float &pitch_cd, float &yaw_cd); |
|
|
|
|
|
|
|
|
|
#if LOGGING_ENABLED == ENABLED |
|
|
|
|
void Log_Write_AutoTune(uint8_t axis, uint8_t tune_step, float meas_target, float meas_min, float meas_max, float new_gain_rp, float new_gain_rd, float new_gain_sp, float new_ddt); |
|
|
|
|
void Log_Write_AutoTuneDetails(float angle_cd, float rate_cds); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
void send_step_string(); |
|
|
|
|
const char *level_issue_string() const; |
|
|
|
|