Skip to content

Commit 1a70659

Browse files
authored
Update README.rst
1 parent 0b9d6f6 commit 1a70659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Usage Example
6969
i2c = busio.I2C(board.SCL, board.SDA)
7070
bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c)
7171
#or with other sensor address
72-
bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c, address=0x76)
72+
#bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c, address=0x76)
7373
7474
# OR create library object using our Bus SPI port
7575
#spi = busio.SPI(board.SCK, board.MOSI, board.MISO)

0 commit comments

Comments
 (0)