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 55dd638 + d973b71 commit 206efbdCopy full SHA for 206efbd
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