UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

17 lines (14 loc) 485 B
import { MessageDefinition } from '../../../core/types.js'; declare const LED_CONTROL_ID = 186; declare const LED_CONTROL_CRC_EXTRA = 0; declare const LedControlDefinition: MessageDefinition; interface MessageLedControl { target_system: number; target_component: number; instance: number; pattern: number; custom_len: number; custom_bytes: number[]; } export { LED_CONTROL_CRC_EXTRA, LED_CONTROL_ID, LedControlDefinition }; export type { MessageLedControl };