Re: BeagleBone Black Continuous Analog Reads

2014-06-18 Thread Linus Ericsson
I would say it's not so much about programming paradigm rather than system calls. It all boils down to how often you would want to read the data. If it's not more than some times per second, and it's not super important with timing, you could probably put a reading function in a

BeagleBone Black Continuous Analog Reads

2014-06-17 Thread Jeremy Wright
The main way of reading the inputs (analog or digital) on a BeagleBone Black is through the Linux file system. http://beaglebone.cameon.net/home/reading-the-analog-inputs-adc I'm still pretty new to Clojure and come from an object oriented background. I would like to do a continuous read of