Type Alias mavio::protocol::Checksum

source ·
pub type Checksum = u16;
Expand description

MAVLink packet checksum.

MAVLink checksum is encoded with little endian (low byte, high byte).