@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
10 lines (8 loc) • 424 B
TypeScript
type GOPRO_PROTUNE_GAIN = 0 | 1 | 2 | 3 | 4;
declare const GOPRO_PROTUNE_GAIN_400: 0;
declare const GOPRO_PROTUNE_GAIN_800: 1;
declare const GOPRO_PROTUNE_GAIN_1600: 2;
declare const GOPRO_PROTUNE_GAIN_3200: 3;
declare const GOPRO_PROTUNE_GAIN_6400: 4;
export { GOPRO_PROTUNE_GAIN_1600, GOPRO_PROTUNE_GAIN_3200, GOPRO_PROTUNE_GAIN_400, GOPRO_PROTUNE_GAIN_6400, GOPRO_PROTUNE_GAIN_800 };
export type { GOPRO_PROTUNE_GAIN };