summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/dac.h
diff options
context:
space:
mode:
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 0000000000..65e609576d
--- /dev/null
+++ b/stmhal/dac.h
@@ -0,0 +1,3 @@
+void dac_init(void);
+
+extern const mp_obj_type_t pyb_dac_type;