#ifndef SPL06_01_H #define SPL06_01_H #define CONTINUOUS_PRESSURE 1 #define CONTINUOUS_TEMPERATURE 2 #define CONTINUOUS_P_AND_T 3 #define PRESSURE_SENSOR 0 #define TEMPERATURE_SENSOR 1 #include struct spl0601_calib_param_t { int16_t c0; int16_t c1; int32_t c00; int32_t c10; int16_t c01; int16_t c11; int16_t c20; int16_t c21; int16_t c30; }; typedef struct spl0601_t { struct spl0601_calib_param_t calib_param;/**