We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e5989e + 487cec0 commit 435ce8dCopy full SHA for 435ce8d
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