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.

Committer:
aktk
Date:
Thu Jun 30 17:41:14 2016 +0000
Revision:
22:eaaaa42a0ccb
Parent:
14:a99bf22b919d
The filename that SPT::TRP105FS::printCalibrationLOG() makes has become ADLOG%2d.TXT.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aktk 11:d60fb729eacf 1 #ifndef TRP105FS_CODE_SELECTIVE_H
aktk 11:d60fb729eacf 2 #define TRP105FS_CODE_SELECTIVE_H
aktk 11:d60fb729eacf 3 /*------------------------------------*/
aktk 11:d60fb729eacf 4 #if defined(TARGET_LPC1768)
aktk 11:d60fb729eacf 5 #define HAS_COM_TO_CONSOLE
aktk 14:a99bf22b919d 6 #define HAS_LOCAL_FILE_SYSTEM
aktk 11:d60fb729eacf 7
aktk 11:d60fb729eacf 8 #elif defined(TARGET_LPC1114)
aktk 11:d60fb729eacf 9
aktk 11:d60fb729eacf 10 #else
aktk 11:d60fb729eacf 11
aktk 11:d60fb729eacf 12 #endif
aktk 11:d60fb729eacf 13
aktk 11:d60fb729eacf 14
aktk 11:d60fb729eacf 15 /*------------------------------------*/
aktk 11:d60fb729eacf 16 #endif