summaryrefslogtreecommitdiff
path: root/src/core/ao_pyro.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-05-26 22:38:56 -0600
committerKeith Packard <keithp@keithp.com>2013-05-26 22:38:56 -0600
commit3e8b72a9dc5b6c3a0f6132dc2dec04f8c08a1deb (patch)
tree2610b6b7c879a05a3c70a29e5ce5d28d641ba30b /src/core/ao_pyro.h
parent4bc1f3390b9ebbe07af4bc0f0a1c0915193ddf42 (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/core/ao_pyro.h')
-rw-r--r--src/core/ao_pyro.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/ao_pyro.h b/src/core/ao_pyro.h
index 1f838542..0c5642d6 100644
--- a/src/core/ao_pyro.h
+++ b/src/core/ao_pyro.h
@@ -74,4 +74,10 @@ ao_pyro_show(void);
void
ao_pyro_init(void);
+void
+ao_pyro_manual(uint8_t p);
+
+void
+ao_pyro_print_status(void);
+
#endif