mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
atsamd: Use enumerations for pin mappings
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
8b0195f896
commit
7e2c0ffa91
2 changed files with 6 additions and 3 deletions
|
@ -38,9 +38,6 @@ def beaglebone_pins():
|
|||
return gpios
|
||||
|
||||
MCU_PINS = {
|
||||
"samd21g18a": port_pins(2, 32), "samd21e18a": port_pins(2, 32),
|
||||
"samd51g19a": port_pins(2, 32), "samd51j19a": port_pins(3, 32),
|
||||
"samd51n19a": port_pins(3, 32), "samd51p20a": port_pins(4, 32),
|
||||
"stm32f103": port_pins(5, 16),
|
||||
"lpc176x": lpc_pins(),
|
||||
"pru": beaglebone_pins(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue