adafruit / Adafruit_BMP280_Library

Arduino Library for BMP280 sensors
255 stars 186 forks source link

Upgraded library to v 1.0.5 has wrong address #34

Closed thearduinoguy closed 4 years ago

thearduinoguy commented 4 years ago

The I2C address from library version 1.0.4 to 1.0.5 ha changed the address from 0x76 to 0x77 and broken it. Address needs to be 0x76 for it to work.

ladyada commented 4 years ago

hiya address has always been 0x77 ? https://github.com/adafruit/Adafruit_BMP280_Library/blob/master/Adafruit_BMP280.h#L31

https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/i2c-sensors-and-devices#wiring-5-10

ladyada commented 4 years ago

closed due to lack of response