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:
8:9eaa9772e1e7
Child:
19:ee2558b13570
--- a/TRP105FS_SPIWrapper.h	Mon Jun 06 19:49:20 2016 +0000
+++ b/TRP105FS_SPIWrapper.h	Tue Jun 07 04:35:15 2016 +0000
@@ -1,8 +1,9 @@
-#ifndef TRP105F_SPLINE_SPI_WRAPPER
-#define TRP105F_SPLINE_SPI_WRAPPER
+#ifndef TRP105F_SPLINE_SPI_WRAPPER_H
+#define TRP105F_SPLINE_SPI_WRAPPER_H
 
 #include "mbed.h"
 #include "TRP105F_Spline.h"
+#include "CODE_SELECTIVE.h"
 
 class SPI_TRP105FS
 {