adafruit / Adafruit_CircuitPython_SHT4x

Python library for SHT4x temperature / humidity sensors
MIT License
11 stars 7 forks source link

allow to change i2c address #3

Closed MkLHX closed 3 years ago

MkLHX commented 3 years ago

Hello, like bme280 https://github.com/adafruit/Adafruit_CircuitPython_BME280/blob/287979991b5b69f01315bf17e18fddeb48cc6b3b/adafruit_bme280.py#L470 it would be greate to allow changing i2c address when instance is created.