UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

15 lines (12 loc) 412 B
import { MessageDefinition } from '../../../core/types.js'; declare const PLAY_TUNE_ID = 258; declare const PLAY_TUNE_CRC_EXTRA = 0; declare const PlayTuneDefinition: MessageDefinition; interface MessagePlayTune { target_system: number; target_component: number; tune: string; tune2?: string; } export { PLAY_TUNE_CRC_EXTRA, PLAY_TUNE_ID, PlayTuneDefinition }; export type { MessagePlayTune };