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 e62d514 + 88f5ddf commit 4e415afCopy full SHA for 4e415af
examples/mmc56x3_continuous.py
@@ -7,6 +7,7 @@
7
import adafruit_mmc56x3
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
sensor = adafruit_mmc56x3.MMC5603(i2c)
12
13
sensor.data_rate = 10 # in Hz, from 1-255 or 1000
examples/mmc56x3_simpletest.py
@@ -8,6 +8,7 @@
14
while True:
0 commit comments