|
|
|
@ -91,9 +91,11 @@ public:
@@ -91,9 +91,11 @@ public:
|
|
|
|
|
// udpate at 10Hz to log telemetry
|
|
|
|
|
void update(); |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
// callback to update the rpm in the frontend, should be called by the driver when new data is available
|
|
|
|
|
// can also be called from scripting
|
|
|
|
|
void update_rpm(const uint8_t esc_index, const uint16_t new_rpm, const float error_rate); |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
// callback to update the data in the frontend, should be called by the driver when new data is available
|
|
|
|
|
void update_telem_data(const uint8_t esc_index, const AP_ESC_Telem_Backend::TelemetryData& new_data, const uint16_t data_mask); |
|
|
|
|
|
|
|
|
|