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 d698103 commit 8ab2938Copy full SHA for 8ab2938
Adafruit_BME280.h
@@ -35,6 +35,11 @@
35
*/
36
/**************************************************************************/
37
#define BME280_ADDRESS (0x77) // Primary I2C Address
38
+/**************************************************************************/
39
+/*!
40
+ @brief alternate I2C address
41
+*/
42
43
#define BME280_ADDRESS_ALTERNATE (0x76) // Alternate Address
44
/*=========================================================================*/
45
0 commit comments