We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d3a0c commit fdbe6deCopy full SHA for fdbe6de
README.rst
@@ -66,7 +66,7 @@ Usage Example
66
import board
67
import adafruit_scd30
68
69
- # SCD-30 has tempremental I2C with clock stretching, datasheet recommends
+ # SCD-30 has temperamental I2C with clock stretching, datasheet recommends
70
# starting at 50KHz
71
i2c = busio.I2C(board.SCL, board.SDA,frequency=50000)
72
scd = adafruit_scd30.SCD30(i2c)
0 commit comments