UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

8 lines (6 loc) 244 B
type PARACHUTE_ACTION = 0 | 1 | 2; declare const PARACHUTE_DISABLE: 0; declare const PARACHUTE_ENABLE: 1; declare const PARACHUTE_RELEASE: 2; export { PARACHUTE_DISABLE, PARACHUTE_ENABLE, PARACHUTE_RELEASE }; export type { PARACHUTE_ACTION };