AdiSense1000_V21 MBED API

Fork of AdiSense1000 by PoC_Team

Branch:
v2.0
Revision:
30:119ff4f3aef6
Parent:
27:567abf893938
--- a/inc/adi_sense_1000/adi_sense_1000_lut_data.h	Tue May 22 13:45:24 2018 +0100
+++ b/inc/adi_sense_1000/adi_sense_1000_lut_data.h	Tue Jun 12 21:27:34 2018 +0100
@@ -46,6 +46,8 @@
 #include "adi_sense_types.h"
 #include "adi_sense_1000_sensor_types.h"
 
+//lint --e{38} suppress "offset of symbol"
+
 /*! @addtogroup ADSNS1000_Api
  *  @{
  */
@@ -61,14 +63,14 @@
 #define ADI_SENSE_LUT_CRC_SEED  0x4153
 
 /*! LUT maximum allowed size  */
-#define ADI_SENSE_LUT_MAX_SIZE 12288U
+#define ADI_SENSE_LUT_MAX_SIZE 10240U
 
 /*! Linearisation look-up table / co-efficient list geometry */
 typedef enum {
     ADI_SENSE_1000_LUT_GEOMETRY_RESERVED = 0x00,
     /**< reserved - for internal use only */
 	ADI_SENSE_1000_LUT_GEOMETRY_COEFFS = 0x01,
-    /**< 1-dimensional equation coefficient list */
+    /**< 1D/2D equation coefficient list */
     ADI_SENSE_1000_LUT_GEOMETRY_NES_1D = 0x02,
     /**< 1-dimensional not-equally-spaced look-up table */
     ADI_SENSE_1000_LUT_GEOMETRY_NES_2D = 0x03,
@@ -96,8 +98,6 @@
 	ADI_SENSE_1000_LUT_EQUATION_LOGARITHMIC,
     /**< Beta-based logarithmic equation, typically used for Thermistor
      * linearisation */
-	ADI_SENSE_1000_LUT_EQUATION_EXPONENTIAL,
-    /**< Exponential equation */
 	ADI_SENSE_1000_LUT_EQUATION_BIVARIATE_POLYN,
     /**< Bi-variate polynomial equation, typically used for bridge pressure
      * sensor linearisation