TheCodersCorner.com items tagged with analog-io.
IoAbstraction has a simple interface to the analog capabilities of all supported boards. It provides frequently used functionality around acquiring and setting analog values from ADC, PWM and DACs. Having the ability to read and write analog values as float, where the value is between 0 and 1; where 0 is off and 1 is fully on. this capability allows you...
I've got a side project of building a digitally Arduino controlled PSU that also includes an accurate component tester. In order to do this I'll have to be able to monitor the current flowing through a circuit, so I'd need some way of monitoring this. Before continuing, I'd like to say that is not an exemplar of how to build a...