|
|
@ -306,6 +306,10 @@ enum FlipState { |
|
|
|
#define DATA_PARACHUTE_RELEASED 51 |
|
|
|
#define DATA_PARACHUTE_RELEASED 51 |
|
|
|
#define DATA_LANDING_GEAR_DEPLOYED 52 |
|
|
|
#define DATA_LANDING_GEAR_DEPLOYED 52 |
|
|
|
#define DATA_LANDING_GEAR_RETRACTED 53 |
|
|
|
#define DATA_LANDING_GEAR_RETRACTED 53 |
|
|
|
|
|
|
|
#define DATA_MOTORS_EMERGENCY_STOPPED 54 |
|
|
|
|
|
|
|
#define DATA_MOTORS_EMERGENCY_STOP_CLEARED 55 |
|
|
|
|
|
|
|
#define DATA_MOTORS_INTERLOCK_DISABLED 56 |
|
|
|
|
|
|
|
#define DATA_MOTORS_INTERLOCK_ENABLED 57 |
|
|
|
|
|
|
|
|
|
|
|
// Centi-degrees to radians
|
|
|
|
// Centi-degrees to radians
|
|
|
|
#define DEGX100 5729.57795f |
|
|
|
#define DEGX100 5729.57795f |
|
|
|