kfricke / micropython-sht31

Micropython "driver" for the SHT31 temperature and humidity sensor
MIT License
21 stars 10 forks source link

Allow hardware I2C implementation #4

Closed agners closed 3 years ago

agners commented 3 years ago

MicroPython 1.13 supports hardware I2C implementations which seem to use a different class name than what we check. Allow any I2C implementation.