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 /docs | |
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 'docs')
-rw-r--r-- | docs/Config_Changes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 9aa9cbf5..e4a74c6c 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -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 |