diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-09-24 09:52:28 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-14 22:00:17 -0400 |
commit | cf3c7cd99afccdb20b7b015a3e8b80555d4986ad (patch) | |
tree | ad71d8fea218a701433ec72275f152b026770741 /config/sample-aliases.cfg | |
parent | f759df3cd72d0b1cb05615b2e4b04bbf5e8d62f8 (diff) | |
download | kutter-cf3c7cd99afccdb20b7b015a3e8b80555d4986ad.tar.gz kutter-cf3c7cd99afccdb20b7b015a3e8b80555d4986ad.tar.xz kutter-cf3c7cd99afccdb20b7b015a3e8b80555d4986ad.zip |
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>
Diffstat (limited to 'config/sample-aliases.cfg')
-rw-r--r-- | config/sample-aliases.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sample-aliases.cfg b/config/sample-aliases.cfg index 6545e8a3..4af79d42 100644 --- a/config/sample-aliases.cfg +++ b/config/sample-aliases.cfg @@ -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] |