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.
1 parent 55dd638 commit d973b71Copy full SHA for d973b71
CircuitPython_Templates/i2c_find_pins/code.py
@@ -43,6 +43,8 @@ def get_unique_pins():
43
"RFM_IO3",
44
"RFM_IO4",
45
"RFM_IO5",
46
+ "TFT_I2C_POWER",
47
+ "NEOPIXEL_POWER",
48
]
49
if p in dir(board)
50
0 commit comments