We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8741476 commit d698103Copy full SHA for d698103
Adafruit_BME280.h
@@ -34,8 +34,8 @@
34
@brief default I2C address
35
*/
36
/**************************************************************************/
37
- #define BME280_ADDRESS (0x77)
38
- #define BME280_ADDRESS_ALTERNATE (0x76)
+ #define BME280_ADDRESS (0x77) // Primary I2C Address
+ #define BME280_ADDRESS_ALTERNATE (0x76) // Alternate Address
39
/*=========================================================================*/
40
41
0 commit comments