mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-18 02:12:12 -07: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
|
|
@ -8,6 +8,9 @@ All dates in this document are approximate.
|
|||
|
||||
## Changes
|
||||
|
||||
20210814: The analog only pseudo-pins on the atmega168 and atmega328
|
||||
have been renamed from PE0/PE1 to PE2/PE3.
|
||||
|
||||
20210720: A controller_fan section now monitors all stepper motors by
|
||||
default (not just the kinematic stepper motors). If the previous
|
||||
behavior is desired, see the `stepper` config option in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue