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.
1 parent 1797983 commit 85da37dCopy full SHA for 85da37d
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