We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a964d commit ffd5f99Copy full SHA for ffd5f99
examples/ina219_simpletest.py
@@ -8,7 +8,8 @@
8
from adafruit_ina219 import ADCResolution, BusVoltageRange, INA219
9
10
11
-i2c_bus = board.I2C()
+i2c_bus = board.I2C() # uses board.SCL and board.SDA
12
+# i2c_bus = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
13
14
ina219 = INA219(i2c_bus)
15
0 commit comments