UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 221 B
type AIRSPEED_SENSOR_FLAGS = 1 | 2; declare const AIRSPEED_SENSOR_UNHEALTHY: 1; declare const AIRSPEED_SENSOR_USING: 2; export { AIRSPEED_SENSOR_UNHEALTHY, AIRSPEED_SENSOR_USING }; export type { AIRSPEED_SENSOR_FLAGS };