LIS2DH12 acc calibration how to enable
Hi Everyone, excuse me
I have developed android 9 system using imx6 motherboard.
after finished HAL integrated due to calibration needed.
how can I enable LIS2DH12 acc calibration function
I can see the STMems_Android_Sensor_HAL_Input-STMems_Android_Sensor_HAL_Input\AccelSensor.h have define
below
#if (ACCEL_CALIBRATION_ENABLE == 1)
extern "C"
{
#include "STAccCalibration_API.h"
};
#endif
but I can not find any STAccCalibration_API.h file
Does anyone know it?
thx
