UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 205 B
type DEVICE_OP_BUSTYPE = 0 | 1; declare const DEVICE_OP_BUSTYPE_I2C: 0; declare const DEVICE_OP_BUSTYPE_SPI: 1; export { DEVICE_OP_BUSTYPE_I2C, DEVICE_OP_BUSTYPE_SPI }; export type { DEVICE_OP_BUSTYPE };