Zanduino / BME680

Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
GNU General Public License v3.0
37 stars 10 forks source link

Add an example program for I2C with 2 Bosch BME680 devices #11

Closed SV-Zanshin closed 4 years ago

SV-Zanshin commented 4 years ago

Is your feature request related to a problem? Please describe. The Bosch BME680 allows for 2 distinct I2C addresses, 0x76 and 0x77.

Describe the solution you'd like An example program showing how to use 2 devices with I2C would be helpful.

Describe alternatives you've considered none

Additional context

Zanshin Logo

SV-Zanshin commented 4 years ago

Added program "TwoDevicesI2CDemo.ino" to the development branch for v1.0.5 and documented the program on the wiki pages.