This lib is supposed to be used as a sensor's calibration or control program. This makes Cubic Spline Model from some sample plots(sets of (value, voltage)), and then discretize the model (dividing the range of voltage into some steps) in order to use the calibrated model data without getting the INVERSE function.

Revision:
4:701f958d137a
Parent:
3:b56e933bebc2
Child:
5:7d4fc0979976
--- a/TRP105F_Spline.h	Wed Jun 01 05:38:46 2016 +0000
+++ b/TRP105F_Spline.h	Mon Jun 06 10:27:42 2016 +0000
@@ -21,6 +21,7 @@
  *      Distance data range : [2:20] by 1 -> [0:1024] by 1.
  *  ver.2.1 2016/02.12 - 2016/02/16
  *      Distance data range : [0:1024] -> [0:255].
+ *  ver.3.0 2016/05.23 - 
  */
 #ifndef TRP105F_Spline_H
 #define TRP105F_Spline_H