docs: Various minor fixes (#5175)

Signed-off-by: Yifei Ding<yifeiding@protonmail.com
This commit is contained in:
Yifei Ding 2022-01-26 15:00:18 -08:00 committed by GitHub
parent 28b568a6ac
commit 7d57a7c4c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 13 deletions

View file

@ -63,10 +63,10 @@ following the instructions in
## 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 referring them with the name `gpio0..n`.
On Rasperry 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 used. In these cases it is useful to use the commands to access the _Linux GPIO character device_ to verify the configuration.
To install the _Linux GPIO character device - binary_ on a debian based distro like octopi run:
To install the _Linux GPIO character device - binary_ on a debian based distro like OctoPi run:
```
sudo apt-get install gpiod
```