UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

8 lines (6 loc) 286 B
type MOTOR_TEST_ORDER = 0 | 1 | 2; declare const MOTOR_TEST_ORDER_DEFAULT: 0; declare const MOTOR_TEST_ORDER_SEQUENCE: 1; declare const MOTOR_TEST_ORDER_BOARD: 2; export { MOTOR_TEST_ORDER_BOARD, MOTOR_TEST_ORDER_DEFAULT, MOTOR_TEST_ORDER_SEQUENCE }; export type { MOTOR_TEST_ORDER };