Skip to content
Snippets Groups Projects

Resolve "Don't allow assigning Pin 107 (I2C Status LED)"

Merged Julian requested to merge 4-don-t-allow-assigning-pin-107-i2c-status-led into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -43,7 +43,7 @@ _PINS = [
@@ -43,7 +43,7 @@ _PINS = [
]),
]),
PinHeader("On-board LEDs", 4, [
PinHeader("On-board LEDs", 4, [
("107", "106", "105", "104", "100", "99", "98", "97")
("D8", "106", "105", "104", "100", "99", "98", "97")
])
])
]
]
Loading