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 5b48e65 + 699f565 commit 8874b9cCopy full SHA for 8874b9c
examples/mlx90614_simpletest.py
@@ -17,7 +17,8 @@
17
18
# The MLX90614 only works at the default I2C bus speed of 100kHz.
19
# A higher speed, such as 400kHz, will not work.
20
-i2c = board.I2C()
+i2c = board.I2C() # uses board.SCL and board.SDA
21
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
22
mlx = adafruit_mlx90614.MLX90614(i2c)
23
24
# temperature results in celsius
0 commit comments