aboutsummaryrefslogtreecommitdiff
path: root/stm/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/i2c.h')
-rw-r--r--stm/i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/i2c.h b/stm/i2c.h
new file mode 100644
index 000000000..eacb7528c
--- /dev/null
+++ b/stm/i2c.h
@@ -0,0 +1 @@
+mp_obj_t pyb_I2C(mp_obj_t i2c_id, mp_obj_t i2c_addr);