We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d7d999 + c73c68d commit 9917456Copy full SHA for 9917456
examples/mprls_simpletest.py
@@ -5,7 +5,8 @@
5
import board
6
import adafruit_mprls
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
11
# Simplest use, connect to default over I2C
12
mpr = adafruit_mprls.MPRLS(i2c, psi_min=0, psi_max=25)
0 commit comments