UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

13 lines (10 loc) 343 B
import { MessageDefinition } from '../../../core/types.js'; declare const RAW_RPM_ID = 339; declare const RAW_RPM_CRC_EXTRA = 0; declare const RawRpmDefinition: MessageDefinition; interface MessageRawRpm { frequency: number; index: number; } export { RAW_RPM_CRC_EXTRA, RAW_RPM_ID, RawRpmDefinition }; export type { MessageRawRpm };