summaryrefslogtreecommitdiff
path: root/src/micropeak/ao_async.h
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-01-12 10:57:22 -0700
committerBdale Garbee <bdale@gag.com>2013-01-12 10:57:22 -0700
commit670034eef48d63cdaec8d271fa93da984ffe2ea9 (patch)
tree422713fba95404876049f785255942ce6d9c4afd /src/micropeak/ao_async.h
parent8c5ebaf88b459b09924753a8077393a7b0639133 (diff)
parentd374d6be7eb040457f4df6c38b5d057f26ee741c (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/micropeak/ao_async.h')
-rw-r--r--src/micropeak/ao_async.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/micropeak/ao_async.h b/src/micropeak/ao_async.h
index a06d2e1a..1b239712 100644
--- a/src/micropeak/ao_async.h
+++ b/src/micropeak/ao_async.h
@@ -19,6 +19,12 @@
#define _AO_ASYNC_H_
void
+ao_async_start(void);
+
+void
+ao_async_stop(void);
+
+void
ao_async_byte(uint8_t byte);
#endif /* _AO_ASYNC_H_ */