EscConnectionType

Type Alias EscConnectionType 

Source
pub type EscConnectionType = EscConnectionType;
Expand description

Originally defined in common::enums::esc_connection_type

Aliased Type§

#[repr(u8)]
pub enum EscConnectionType { Ppm = 0, Serial = 1, Oneshot = 2, I2c = 3, Can = 4, Dshot = 5, }

Variants§

§

Ppm = 0

MAVLink enum entry ESC_CONNECTION_TYPE_PPM.

Traditional PPM ESC.

§

Serial = 1

MAVLink enum entry ESC_CONNECTION_TYPE_SERIAL.

Serial Bus connected ESC.

§

Oneshot = 2

MAVLink enum entry ESC_CONNECTION_TYPE_ONESHOT.

One Shot PPM ESC.

§

I2c = 3

MAVLink enum entry ESC_CONNECTION_TYPE_I2C.

I2C ESC.

§

Can = 4

MAVLink enum entry ESC_CONNECTION_TYPE_CAN.

CAN-Bus ESC.

§

Dshot = 5

MAVLink enum entry ESC_CONNECTION_TYPE_DSHOT.

DShot ESC.