pub type EscTelemetry5To8 = EscTelemetry5To8;Expand description
Originally defined in ardupilotmega::messages::esc_telemetry_5_to_8.
Aliased Type§
pub struct EscTelemetry5To8 {
pub temperature: [u8; 4],
pub voltage: [u16; 4],
pub current: [u16; 4],
pub totalcurrent: [u16; 4],
pub rpm: [u16; 4],
pub count: [u16; 4],
}Fields§
§temperature: [u8; 4]MAVLink field temperature.
Temperature.
voltage: [u16; 4]MAVLink field voltage.
Voltage.
current: [u16; 4]MAVLink field current.
Current.
totalcurrent: [u16; 4]MAVLink field totalcurrent.
Total current.
rpm: [u16; 4]MAVLink field rpm.
RPM (eRPM).
count: [u16; 4]MAVLink field count.
count of telemetry packets received (wraps at 65535).