We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304f590 commit b3bfea2Copy full SHA for b3bfea2
examples/hts221_simpletest.py
@@ -5,7 +5,8 @@
5
import board
6
import adafruit_hts221
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
hts = adafruit_hts221.HTS221(i2c)
11
12
data_rate = adafruit_hts221.Rate.label[hts.data_rate]
0 commit comments