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 74e4d90 + da2e013 commit c34b8a1Copy full SHA for c34b8a1
examples/lps2x_simpletest.py
@@ -5,7 +5,8 @@
5
import board
6
import adafruit_lps2x
7
8
-i2c = board.I2C()
+i2c = board.I2C() # uses board.SCL and board.SDA
9
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
10
# uncomment and comment out the line after to use with the LPS22
11
# lps = adafruit_lps2x.LPS22(i2c)
12
lps = adafruit_lps2x.LPS25(i2c)
0 commit comments