pimoroni / bmp280-python

Python library for the BMP280 temperature, pressure, and altitude sensor.
MIT License
55 stars 19 forks source link

How to change I2C address? #13

Open betyar opened 5 months ago

betyar commented 5 months ago

I have a dual AHT20 and BM280 sensor. The BMP280 I2C address is 0x77 and not 0x76. How do I change the I2C address?

betyar commented 5 months ago

Never mind. Found the answer in one of the closed issues. May I suggest that you perhaps include that reply in the description as many no doubt use these dual sensors and it seems that this different address is a result of this.