aboutsummaryrefslogtreecommitdiff
path: root/stmhal/dac.h
diff options
context:
space:
mode:
authorDamien George2014-03-24 15:15:33 +0000
committerDamien George2014-03-24 15:15:33 +0000
commitb13492f8ad554935b9a33fb7c0560223134254df (patch)
treeac2ed3b4d1f84d8850f3a6c4039a42e22b7a4627 /stmhal/dac.h
parent840efe06618ff7596e6fdfe237efd2b81400b53e (diff)
stmhal: Add DAC driver.
Diffstat (limited to 'stmhal/dac.h')
-rw-r--r--stmhal/dac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/dac.h b/stmhal/dac.h
new file mode 100644
index 000000000..65e609576
--- /dev/null
+++ b/stmhal/dac.h
@@ -0,0 +1,3 @@
+void dac_init(void);
+
+extern const mp_obj_type_t pyb_dac_type;