LedControl

Type Alias LedControl 

Source
pub type LedControl = LedControl;
Expand description

Originally defined in ardupilotmega::messages::led_control.

Aliased Type§

pub struct LedControl {
    pub target_system: u8,
    pub target_component: u8,
    pub instance: u8,
    pub pattern: u8,
    pub custom_len: u8,
    pub custom_bytes: [u8; 24],
}

Fields§

§target_system: u8

MAVLink field target_system.

System ID.

§target_component: u8

MAVLink field target_component.

Component ID.

§instance: u8

MAVLink field instance.

Instance (LED instance to control or 255 for all LEDs).

§pattern: u8

MAVLink field pattern.

Pattern (see LED_PATTERN_ENUM).

§custom_len: u8

MAVLink field custom_len.

Custom Byte Length.

§custom_bytes: [u8; 24]

MAVLink field custom_bytes.

Custom Bytes.