adc-interpolator
An interpolator for analog-to-digital converters.
Convert voltage readings from an ADC into meaningful values using linear interpolation.
Examples
use ;
let config = Config ;
let mut interpolator = new;
// With voltage at 150 mV, the value is 35
assert_eq!;
License: MIT