Fix RPi.GPIO aur package name and path

The package is now called `python-rpi-gpio` instead of `python-raspberry-gpio`.
This commit is contained in:
Mohammad Nasirifar 2023-03-26 23:21:52 -04:00
parent 28f326ea3f
commit c03b7af5c3

View file

@ -204,7 +204,7 @@ would have been closer to 1000.
## I/O Pins ## I/O Pins
### GPIO ### GPIO
To be able to use the GPIO pins from Python, use the RPi.GPIO library. To be able to use the GPIO pins from Python, use the RPi.GPIO library.
Install the [python-raspberry-gpio](https://aur.archlinux.org/packages/python-raspberry-gpio/) package Install the [python-rpi-gpio](https://aur.archlinux.org/packages/python-rpi-gpio/) package
from the AUR. from the AUR.
### SPI ### SPI