Skip to content

Commit 206efbd

Browse files
authored
Merge pull request #2577 from kattni/i2c-pin-script-update
Add excluded pin names.
2 parents 55dd638 + d973b71 commit 206efbd

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)