Обработка данных IMU переделана наподобие рабочей прошивки
This commit is contained in:
@@ -17,8 +17,12 @@ typedef struct
|
||||
|
||||
void imu_processing_init();
|
||||
|
||||
void imu_read_scaled(imu_scaled_t* out);
|
||||
void imu_read_scaled(imu_scaled_t* out, const uint8_t* allowed_calib);
|
||||
void imu_calib(imu_raw_t* imu, long gyrLim, long accZero, long accMax);
|
||||
|
||||
void imu_calibrate();
|
||||
|
||||
float normalize(float value, float scale, float min, float max);
|
||||
long absl(long value);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user