Am Sonntag, 1. Juni 2014 22:25:57 UTC+2 schrieb [email protected]: > > Any help is appreciated. I am running out of ideas! > > Andy >
Hello Andy, I recommend to check out libpruio <http://beagleboard.org/project/libpruio/>. Using this library you can configure and control GPIOs without device tree overlays. Board pins (ie. HDMI or EMC) are locked by default, so you won't change things unintentionally. The library also helps to do fast pin control (input and output) and offers some ADC features. The time to write your device tree overlay is at the end of the software development phase. The overlay only locks the pins used. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
