From cf3c7cd99afccdb20b7b015a3e8b80555d4986ad Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 24 Sep 2019 09:52:28 -0400 Subject: 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 --- klippy/pins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy') diff --git a/klippy/pins.py b/klippy/pins.py index a160c78b..2ac9856c 100644 --- a/klippy/pins.py +++ b/klippy/pins.py @@ -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 = [ -- cgit v1.2.3-70-g09d2