finitespace / BME280

Provides an Arduino library for reading and interpreting Bosch BME280 data over I2C, SPI or Sw SPI.
GNU General Public License v3.0
212 stars 105 forks source link

Second I2C on Arduino Due #107

Open JPluess opened 5 years ago

JPluess commented 5 years ago

hi there i am using arduino due, and have it connected to the second I2C i would need to call Wire1.begin(); is there a simple solution in the library to select between sda0 scl0 and sda1 scl1 ? best wishes

coelner commented 5 years ago

No, there is no simple solution. The library needs a change to support multiple buses.

finitespace commented 3 years ago

123