WiringPi support for Rock64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: General Discussion on ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=86) +--- Thread: WiringPi support for Rock64 (/showthread.php?tid=6954) |
WiringPi support for Rock64 - CristianM - 12-13-2018 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? RE: WiringPi support for Rock64 - CristianM - 12-26-2018 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. |