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:
12:db5110d9d494
Parent:
11:d60fb729eacf
Child:
16:c2b0f3ca63dd
--- a/TRP105FS_SPIWrapper.cpp	Mon Jun 06 19:49:20 2016 +0000
+++ b/TRP105FS_SPIWrapper.cpp	Tue Jun 07 04:35:15 2016 +0000
@@ -1,5 +1,4 @@
 #include "TRP105FS_SPIWrapper.h"
-#include "CODE_SELECTIVE.h"
 
 //
 //  Make instance of static member
@@ -93,7 +92,4 @@
 SPI_TRP105FS::printCalibrationiLOG()
 {
     trp.printOutData("ADLOG.TXT");
-#if defined(HAS_COM_TO_CONSOLE)
-    trp.printThresholds();
-#endif
 }
\ No newline at end of file