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:
11:d60fb729eacf
Child:
14:a99bf22b919d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CODE_SELECTIVE.h	Mon Jun 06 19:49:20 2016 +0000
@@ -0,0 +1,15 @@
+#ifndef TRP105FS_CODE_SELECTIVE_H
+#define TRP105FS_CODE_SELECTIVE_H
+/*------------------------------------*/
+#if defined(TARGET_LPC1768)
+#define HAS_COM_TO_CONSOLE
+
+#elif defined(TARGET_LPC1114)
+
+#else
+
+#endif
+
+
+/*------------------------------------*/
+#endif
\ No newline at end of file