Problem: Fan control - GPIO pins not working
|
31st Aug, 2021, 02:35 AM
Post: #3
|
|||
|
|||
RE: Fan control - GPIO pins not working
For the record, the easiest way to install RPi.GPIO is with
Terminal sudo xbian-config To install a pre-release of RPi.GPIO, do Terminal sudo apt-get install python-dev Terminal pip install RPi.GPIO==[version] By the way, 0.7.1a4 or later is needed for Raspberry 4 support. I forgot to mention that root is currently needed on xbian for GPIO access. See https://github.com/xbianonpi/xbian/issues/898 for non root access. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Fan control - GPIO pins not working - oz1sej - 26th Apr, 2020, 10:46 PM
RE: Fan control - GPIO pins not working - Nachteule - 29th Apr, 2020, 10:06 PM
RE: Fan control - GPIO pins not working - the_redburn - 31st Aug, 2021 02:35 AM
|