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.

CODE_SELECTIVE.h

Committer:
aktk
Date:
2016-06-06
Revision:
11:d60fb729eacf
Child:
14:a99bf22b919d

File content as of revision 11:d60fb729eacf:

#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