summaryrefslogtreecommitdiffstatshomepage
path: root/stm/audio.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-11-04 23:05:48 +0000
committerDamien <damien.p.george@gmail.com>2013-11-04 23:05:48 +0000
commit1c62d04e2eda24cb07565eb4380ece44e17ee839 (patch)
tree993f9e97abc12e4987bd601e0139c358d036c5a6 /stm/audio.h
parent6addc89e55b56ca7f9472a80cfac1d2b4a63f4c6 (diff)
downloadmicropython-1c62d04e2eda24cb07565eb4380ece44e17ee839.tar.gz
micropython-1c62d04e2eda24cb07565eb4380ece44e17ee839.zip
Add DAC, and simple audio driver to STM code.
Diffstat (limited to 'stm/audio.h')
-rw-r--r--stm/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/audio.h b/stm/audio.h
new file mode 100644
index 0000000000..be5f481557
--- /dev/null
+++ b/stm/audio.h
@@ -0,0 +1 @@
+void audio_init(void);