adafruit / Adafruit_BME280_Library

Arduino Library for BME280 sensors
Other
328 stars 301 forks source link

BME280_ADDRESS_ALTERNATE does nothing #74

Closed mordv closed 4 years ago

mordv commented 4 years ago

I had to change the address from 0x77 to 0x76 and I found an interesting constant BME280_ADDRESS_ALTERNATE. But I can't find any usage of it in code

I suppose, it either must be removed totally or implemented as in (#68)

ladyada commented 4 years ago

https://github.com/adafruit/Adafruit_BME280_Library/blob/master/examples/bme280test/bme280test.ino#L47