1 #ifndef SENSOR_CALIBRATE_H
2 #define SENSOR_CALIBRATE_H
3 #include "sensor/sensor.h"
4 
5 
6 int sensor_calibrate_entry(sensor_tag_e tag,int sensor_index,int axis, void *buf);
7 int sensor_calibrate_entry_default(sensor_tag_e tag,int sensor_index,int axis, void *buf);
8 
9 #endif
10