adafruit / Adafruit_BME280_Library

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

Default to correct I2C ID for BME280 #93

Closed marcuswanner closed 3 years ago

marcuswanner commented 3 years ago

The upstream library is defaulting to 0xFF for the I2C ID, but the BME280 uses 0x76 (0x77 w/ jumper). This confused at least one noob I'm aware of, so I feel like it makes sense to have a good default here.

ladyada commented 3 years ago

hi all adafruit breakouts are 0x77 default, so the current code is correct! :)

ladyada commented 3 years ago

hi not sure what your comment means, we don't accept PRs that break all our documentation and examples for thousands of folks. someone can submit a non-breaking PR which we will review.

ladyada commented 3 years ago

deleting off-topic comment