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:
10:b50e4bb40571
Parent:
9:ec1ee4a6b6a4
Child:
11:d60fb729eacf
--- a/TRP105F_Spline.h	Mon Jun 06 15:38:23 2016 +0000
+++ b/TRP105F_Spline.h	Mon Jun 06 15:41:44 2016 +0000
@@ -56,6 +56,7 @@
     TRP105FS();
     TRP105FS(unsigned int);
     TRP105FS(unsigned int, UseType);
+    TRP105FS(unsigned int, PinName);
     TRP105FS(unsigned int, UseType, PinName);
     //TRP105FS(unsigned int arg_num, DataInType arg_dit, unsigned int channel);
     //  Destraction