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.
2 parents 90bbf38 + 384e775 commit f230ac8Copy full SHA for f230ac8
README.rst
@@ -67,7 +67,7 @@ Usage Example
67
import adafruit_sgp40
68
69
i2c = board.I2C() # uses board.SCL and board.SDA
70
- sgp = adafruit_sgp40(i2c)
+ sgp = adafruit_sgp40.SGP40(i2c)
71
72
while True:
73
print("Measurement: ", sgp.raw)
0 commit comments