diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-26 22:38:56 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-26 22:38:56 -0600 |
| commit | 3e8b72a9dc5b6c3a0f6132dc2dec04f8c08a1deb (patch) | |
| tree | 2610b6b7c879a05a3c70a29e5ce5d28d641ba30b /src/telemega-v0.3 | |
| parent | 4bc1f3390b9ebbe07af4bc0f0a1c0915193ddf42 (diff) | |
altos: Add pyro operations to regular ignite commands
Instead of having separate commands, just mix the two sets together.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemega-v0.3')
| -rw-r--r-- | src/telemega-v0.3/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemega-v0.3/ao_pins.h b/src/telemega-v0.3/ao_pins.h index bace5853..a5a9eaf4 100644 --- a/src/telemega-v0.3/ao_pins.h +++ b/src/telemega-v0.3/ao_pins.h @@ -121,6 +121,7 @@ #define HAS_IGNITE 1 #define HAS_IGNITE_REPORT 1 +#define AO_SENSE_PYRO(p,n) ((p)->adc.sense[n]) #define AO_SENSE_DROGUE(p) ((p)->adc.sense[4]) #define AO_SENSE_MAIN(p) ((p)->adc.sense[5]) #define AO_IGNITER_CLOSED 400 |
