[beagleboard] Can one read the ADC as a non-root user?

2014-08-16 Thread cl
I want to read the ADC inputs on my Beaglebone Black without root
privilege.  Using the Adafruit_BBIO.ADC package in Python requires
root privilege, are there any ways of doing it without?

-- 
Chris Green
·

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can one read the ADC as a non-root user?

2014-08-16 Thread John Syn

On 8/16/14, 9:20 AM, c...@isbd.net c...@isbd.net wrote:

I want to read the ADC inputs on my Beaglebone Black without root
privilege.  Using the Adafruit_BBIO.ADC package in Python requires
root privilege, are there any ways of doing it without?
Use group permissions. If you are part of a group and ADC is part of the
same group, you can access ADC without being root.

Regards,
John

-- 
Chris Green
·

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.