mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-10 15:25:20 -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
|
@ -11,7 +11,7 @@ aliases:
|
|||
ar10=PB2, ar11=PB3, ar12=PB4, ar13=PB5, ar14=PC0,
|
||||
ar15=PC1, ar16=PC2, ar17=PC3, ar18=PC4, ar19=PC5,
|
||||
analog0=PC0, analog1=PC1, analog2=PC2, analog3=PC3, analog4=PC4,
|
||||
analog5=PC5, analog6=PE0, analog7=PE1
|
||||
analog5=PC5, analog6=PE2, analog7=PE3
|
||||
|
||||
# Arduino aliases for atmega2560/1280 (Arduino mega) boards
|
||||
[board_pins arduino-mega]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue