mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_BLHeli: integrate MSP protocol with existing blheli inplementation
This commit is contained in:
parent
144f7df02f
commit
9efc4602af
@ -56,6 +56,8 @@ public:
|
||||
uint32_t timestamp_ms;
|
||||
};
|
||||
|
||||
// number of ESCs configured as BLHeli in channel mask
|
||||
uint8_t get_num_motors(void) { return num_motors;};
|
||||
// get the most recent telemetry data packet for a motor
|
||||
bool get_telem_data(uint8_t esc_index, struct telem_data &td);
|
||||
// return the average motor frequency in Hz for dynamic filtering
|
||||
|
Loading…
Reference in New Issue
Block a user