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 7803977 + aba50a2 commit 661b994Copy full SHA for 661b994
examples/ens160_advancedtest.py
@@ -7,6 +7,7 @@
7
import adafruit_ens160
8
9
i2c = board.I2C() # uses board.SCL and board.SDA
10
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
11
12
ens = adafruit_ens160.ENS160(i2c)
13
print("Firmware Vers: ", ens.firmware_version)
examples/ens160_simpletest.py
0 commit comments