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