diff options
| author | Keith Packard <keithp@keithp.com> | 2009-10-10 17:15:38 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-10-10 17:15:38 -0700 | 
| commit | 2b765728ce177e26899f6feef00bfdf6aeaf2678 (patch) | |
| tree | 59504e49efd6919096ef1ced38eed1253e90a7e5 /src/ao.h | |
| parent | 8f7ea3de7037f40b0ff462b60d503c19431ae62b (diff) | |
Add apogee igniter delay.
Provide for a delay after apogee before the drogue charge is
fired. This allows TM to be used as a back-up altimeter.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
| -rw-r--r-- | src/ao.h | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -860,7 +860,7 @@ ao_igniter_init(void);   */  #define AO_CONFIG_MAJOR	1 -#define AO_CONFIG_MINOR	0 +#define AO_CONFIG_MINOR	1  struct ao_config {  	uint8_t		major; @@ -869,6 +869,7 @@ struct ao_config {  	int16_t		accel_zero_g;  	uint8_t		radio_channel;  	char		callsign[AO_MAX_CALLSIGN + 1]; +	uint8_t		apogee_delay;  };  extern __xdata struct ao_config ao_config;  | 
