Skip to content

Commit 394cb7a

Browse files
authored
Merge pull request #38 from JanHBade/master
Fixes Issue #36
2 parents 87e54ce + 1a70659 commit 394cb7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Usage Example
6868
# Create library object using our Bus I2C port
6969
i2c = busio.I2C(board.SCL, board.SDA)
7070
bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c)
71+
#or with other sensor address
72+
#bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c, address=0x76)
7173
7274
# OR create library object using our Bus SPI port
7375
#spi = busio.SPI(board.SCK, board.MOSI, board.MISO)

0 commit comments

Comments
 (0)