SHA2017-badge / micropython-esp32

MicroPython ported to the SHA2017 badge
https://micropython.org/
MIT License
12 stars 16 forks source link

Make badge_i2c.h functions available in Python #224

Open Teumaat opened 7 years ago

basvs commented 7 years ago

Exposed the I2C functions in badge_i2c.h in this pull-request:

https://github.com/SHA2017-badge/micropython-esp32/pull/226

These methods do assume a register-based I2C chip.

raboof commented 7 years ago

@Teumaat #226 has been merged, can we close this issue?