Autodrone
Multi-Domain Vehicle
mpu6000_calibration.h
Go to the documentation of this file.
1
9#ifndef __MPU6000_CALIBRATION_H__
10#define __MPU6000_CALIBRATION_H__
11
12/* Function Prototypes */
13void mpu6000Calibration(void);
14
15#endif /* __MPU6000_CALIBRATION_H__ */
void mpu6000Calibration(void)
Calibrates the IMU.
Definition: mpu6000_calibration.c:17