Skip to content

Commit 4f248d6

Browse files
authored
Merge pull request #37 from tdawry/patch-1
Update README.rst
2 parents 58d3a0c + fdbe6de commit 4f248d6

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
@@ -66,7 +66,7 @@ Usage Example
6666
import board
6767
import adafruit_scd30
6868
69-
# SCD-30 has tempremental I2C with clock stretching, datasheet recommends
69+
# SCD-30 has temperamental I2C with clock stretching, datasheet recommends
7070
# starting at 50KHz
7171
i2c = busio.I2C(board.SCL, board.SDA,frequency=50000)
7272
scd = adafruit_scd30.SCD30(i2c)

0 commit comments

Comments
 (0)