Hi Drew! Am Freitag, 5. Februar 2016 23:13:34 UTC+1 schrieb Drew Fustini: > > ... to provide a way for non-root users to access GPIO: > ... > Anyone have ideas/plans? >
You could use libpruio <http://hackaday.com/2015/02/16/library-upgrade-to-pru-gives-fast-io-on-beaglebone/#comments> to access GPIO (and ADC, CAP, PWM). It provides much faster access than sysfs. Root privileges are only necessary to configure pins (ie. pullup / pulldown), but not to set their state. BR -- 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.
