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:
Kevin O'Connor 2019-09-24 09:52:28 -04:00
parent f759df3cd7
commit cf3c7cd99a
4 changed files with 7 additions and 4 deletions

View file

@ -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 = [