We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a751589 + deed79c commit f82ca03Copy full SHA for f82ca03
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