Skip to content

Commit 0b9d6f6

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

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
@@ -68,7 +68,7 @@ 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
71+
#or with other sensor address
7272
bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c, address=0x76)
7373
7474
# OR create library object using our Bus SPI port

0 commit comments

Comments
 (0)