Skip to main content

EscTelemetry5To8

Type Alias EscTelemetry5To8 

Source
pub type EscTelemetry5To8 = EscTelemetry5To8;
Expand description

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).