PINE64

Full Version: Low-Level-GPIO-Access
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
Just as a disclaimer: I don't have an Pine, yet but I will buy one, soon.

I was wondering how to access the GPIO-Pins directly (like the PORT[...]-Registers on AVR or wiringPi for the Raspberry). How to set the Pins of PortL is written pretty detailed on Page 410 of the A64 User Manual. But what about the other Ports?

Thanks in advance!
Thomas131
There is this library https://github.com/swkim01/RPi.GPIO-PineA64 for python, but could be used also by linking with gpio_lib.o provided.
Sounds great! Thank you very much!

Thomas