We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a566bb + 510c1ba commit 6132918Copy full SHA for 6132918
examples/mlx90393_simpletest.py
@@ -6,6 +6,7 @@
6
import adafruit_mlx90393
7
8
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
SENSOR = adafruit_mlx90393.MLX90393(i2c, gain=adafruit_mlx90393.GAIN_1X)
11
12
while True:
0 commit comments