diff options
author | Keith Packard <keithp@keithp.com> | 2014-08-14 19:03:29 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-08-14 19:08:19 -0700 |
commit | e935ebe55705cb0506aac0859583d54fd8e5ca46 (patch) | |
tree | 3efa9e02a3e60976492842463c57d01d9414281c /src/kernel/ao_pyro.h | |
parent | c4dd29fcbbb93e991993a0aa444748dba4ee7dde (diff) |
altos: Report additional pyro channels via beeper
Send a beep for each additional pyro channel, low for no igniter, mid
for igniter. Does not change the reporting for the apogee/main channels.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_pyro.h')
-rw-r--r-- | src/kernel/ao_pyro.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/ao_pyro.h b/src/kernel/ao_pyro.h index b37aaeb1..0fde725a 100644 --- a/src/kernel/ao_pyro.h +++ b/src/kernel/ao_pyro.h @@ -83,6 +83,9 @@ ao_pyro_init(void); void ao_pyro_manual(uint8_t p); +enum ao_igniter_status +ao_pyro_status(uint8_t p); + void ao_pyro_print_status(void); |