Skip to content

Commit d973b71

Browse files
committed
Add excluded pin names.
1 parent 55dd638 commit d973b71

File tree

1 file changed

+2
-0
lines changed
  • CircuitPython_Templates/i2c_find_pins

1 file changed

+2
-0
lines changed

CircuitPython_Templates/i2c_find_pins/code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def get_unique_pins():
4343
"RFM_IO3",
4444
"RFM_IO4",
4545
"RFM_IO5",
46+
"TFT_I2C_POWER",
47+
"NEOPIXEL_POWER",
4648
]
4749
if p in dir(board)
4850
]

0 commit comments

Comments
 (0)