diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-03-14 00:38:25 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-03-14 00:38:25 -0400 |
commit | 30098db22a43274ceb87e078e603889f403a35c4 (patch) | |
tree | 7f5d04418c32ac1ee128d59bfc4d326848508a11 | |
parent | 5e91c5de2838bae00510966fae2b1bea41addcc6 (diff) | |
download | kutter-30098db22a43274ceb87e078e603889f403a35c4.tar.gz kutter-30098db22a43274ceb87e078e603889f403a35c4.tar.xz kutter-30098db22a43274ceb87e078e603889f403a35c4.zip |
docs: Fix typo in RPi_microcontroller.md
Reported by @bradengel.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/RPi_microcontroller.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/RPi_microcontroller.md b/docs/RPi_microcontroller.md index 79b46afb..7551d4f1 100644 --- a/docs/RPi_microcontroller.md +++ b/docs/RPi_microcontroller.md @@ -71,8 +71,8 @@ menu. ## Optional: Identify the correct gpiochip -On Rasperry and on many clones the pins exposed on the GPIO belong to -the first gpiochip. They can therefore be used on klipper simply by +On Raspberry Pi and on many clones the pins exposed on the GPIO belong +to the first gpiochip. They can therefore be used on klipper simply by referring them with the name `gpio0..n`. However, there are cases in which the exposed pins belong to gpiochips other than the first. For example in the case of some OrangePi models or if a Port Expander is |