Firmware
|
Go to the source code of this file.
Classes | |
struct | Params |
class | VtolType |
Enumerations | |
enum | mode { TRANSITION_TO_FW = 1, TRANSITION_TO_MC = 2, ROTARY_WING = 3, FIXED_WING = 4 } |
enum | vtol_type { TAILSITTER = 0, TILTROTOR, STANDARD } |
enum | motor_state { ENABLED = 0, DISABLED, IDLE, VALUE } |
enum | pwm_limit_type { TYPE_MINIMUM = 0, TYPE_MAXIMUM } |
Used to specify if min or max pwm values should be altered. | |