You are not logged in.
Is there a repository to get this package ?
I'm trying to install node-red on Raspberry 3
Thanks
Alberto
Maker and a fun of Devuan
Offline
I found it by using pip install RPi.GPIO. Unfortunately it doesn't work under Devuan. When you try to import from python you get an error stating that the software only runs on a Raspberry Pi.
Is there a way to access the GPIO pins on a Devuan O/S? Under other linuxes it is simply a case of typing:
echo X > /sys/class/gpio/export
and this creates the directory tree from which you can read or write to the pins using /sys/class/gpioX value. Unfortunately this appears not to work under Devuan on a RPi 3B+. Any suggestions would be appreciated.
Offline