Interacting with GPIO pins
Jerry
New Member Posts: 5 ✭
Comments
-
You might be able to use it if you force it to use the sysfs method for accessing the GPIO pins:
#!/usr/bin/python import wiringpi io = wiringpi.GPIO(wiringpi.GPIO.WPI_MODE_SYS) ...
But this isn't something I've tested myself so I'm really not sure. -
Some alternative libraries to consider can be found here, in case that helps:
https://up-community.org/wiki/RPi.GPIO
https://up-community.org/wiki/MRAA/UPM -
wiki seems to be down right now... gonna have to wait
-
The UP Wiki is working fine now: https://up-community.org/wiki/Main_Page