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-30
Revision:
22:eaaaa42a0ccb
Parent:
14:a99bf22b919d

File content as of revision 22:eaaaa42a0ccb:

#ifndef TRP105FS_CODE_SELECTIVE_H
#define TRP105FS_CODE_SELECTIVE_H
/*------------------------------------*/
#if defined(TARGET_LPC1768)
#define HAS_COM_TO_CONSOLE
#define HAS_LOCAL_FILE_SYSTEM

#elif defined(TARGET_LPC1114)

#else

#endif


/*------------------------------------*/
#endif