UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

14 lines (11 loc) 352 B
import { MessageDefinition } from '../../../core/types.js'; declare const DEBUG_ID = 254; declare const DEBUG_CRC_EXTRA = 46; declare const DebugDefinition: MessageDefinition; interface MessageDebug { time_boot_ms: number; value: number; ind: number; } export { DEBUG_CRC_EXTRA, DEBUG_ID, DebugDefinition }; export type { MessageDebug };