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 2842e2b + 6623870 commit 00d76b7Copy full SHA for 00d76b7
examples/max1704x_advanced.py
@@ -7,6 +7,7 @@
7
import adafruit_max1704x
8
9
i2c = board.I2C() # uses board.SCL and board.SDA
10
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
11
max17 = adafruit_max1704x.MAX17048(i2c)
12
13
print(
examples/max1704x_simpletest.py
0 commit comments