Skip to content

Commit d698103

Browse files
committed
Added Documentation Comments to Adafruit_BME280.h
1 parent 8741476 commit d698103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_BME280.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
@brief default I2C address
3535
*/
3636
/**************************************************************************/
37-
#define BME280_ADDRESS (0x77)
38-
#define BME280_ADDRESS_ALTERNATE (0x76)
37+
#define BME280_ADDRESS (0x77) // Primary I2C Address
38+
#define BME280_ADDRESS_ALTERNATE (0x76) // Alternate Address
3939
/*=========================================================================*/
4040

4141
/**************************************************************************/

0 commit comments

Comments
 (0)