mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3
The atmega328pb has officially named these pins as PE2 and PE3, so use that naming scheme instead of the previous Klipper invented names. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f759df3cd7
commit
cf3c7cd99a
4 changed files with 7 additions and 4 deletions
|
@ -18,7 +18,7 @@ Arduino_standard = [
|
|||
"PB2", "PB3", "PB4", "PB5", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5",
|
||||
]
|
||||
Arduino_analog_standard = [
|
||||
"PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PE0", "PE1",
|
||||
"PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PE2", "PE3",
|
||||
]
|
||||
|
||||
Arduino_mega = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue