summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-11 15:57:58 -0700
committerKeith Packard <keithp@keithp.com>2011-08-11 15:57:58 -0700
commitb520c32bcddabd42c07ceafa827694a3ae23a76f (patch)
treecf8fe2783154a2e218c9010c83711d1f4b365efc /src/ao.h
parent566b16e67be38c6425e616a5c38d641c4e1a9b12 (diff)
altos: Pull igniter pins low as soon as possible at boot time
This reduces the pulse width on the igniter circuit caused by the default cc1111 pin configuration at powerup time. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index bb3c80ec..0699fc2c 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -1351,6 +1351,9 @@ enum ao_igniter_status
ao_igniter_status(enum ao_igniter igniter);
void
+ao_ignite_set_pins(void);
+
+void
ao_igniter_init(void);
/*