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 6f014b1 + 3c3bd8f commit aa59f11Copy full SHA for aa59f11
examples/sgp40_indextest.py
@@ -8,6 +8,7 @@
8
9
# Boards i2c bus
10
i2c = board.I2C() # uses board.SCL and board.SDA
11
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
12
sgp = adafruit_sgp40.SGP40(i2c)
13
14
# Humidity sensor for compensated Readings
examples/sgp40_simpletest.py
@@ -9,6 +9,7 @@
# import adafruit_bme280
# And if you have a temp/humidity sensor, define the sensor here as well
15
# bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c)
0 commit comments