Skip to content

Commit e224735

Browse files
authored
Update README.rst
Fixes Issue #36 (#36)
1 parent 87e54ce commit e224735

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 sensoe 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)