PINE64

Full Version: WiringPi support for Rock64
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I want to use the GPIO, I2C and SPI ports of a Rock64 board. However, I cannot find software support to do this. I have seen a R64.GPIO library, but it does not have interrupt support and is only for GPIO.

So, is there a software library for Rock64 that offers access to GPIO (including interrupts), I2C and SPI (similar to wiringpi)? If no, how can I gain access to these functions?
I've found a solution:

https://github.com/vsergeev/python-periphery

I'm posting it so it may be of use to somebody who has the same problem.