UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

8 lines (6 loc) 250 B
type CAMERA_MODE = 0 | 1 | 2; declare const CAMERA_MODE_IMAGE: 0; declare const CAMERA_MODE_VIDEO: 1; declare const CAMERA_MODE_IMAGE_SURVEY: 2; export { CAMERA_MODE_IMAGE, CAMERA_MODE_IMAGE_SURVEY, CAMERA_MODE_VIDEO }; export type { CAMERA_MODE };