You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since the BME680 can have two possible I2C addresses, it would be good to know which address is being used by the library instance
Describe the solution you'd like
Add a new function, "getI2CAddress()" which will return the current BME680 I2C Address
Describe alternatives you've considered
The alternative is to expose the internal "I2CAddress" variable, but if that is done then the user can change the I2C address determined during instantiation and break the library.
Additional context
none.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Since the BME680 can have two possible I2C addresses, it would be good to know which address is being used by the library instance
Describe the solution you'd like
Add a new function, "getI2CAddress()" which will return the current BME680 I2C Address
Describe alternatives you've considered
The alternative is to expose the internal "I2CAddress" variable, but if that is done then the user can change the I2C address determined during instantiation and break the library.
Additional context
none.
The text was updated successfully, but these errors were encountered: