/* * accelerometer_calibration.h * * Copyright (C) 2013 Anton Babushkin. All rights reserved. * Author: Anton Babushkin */ #ifndef ACCELEROMETER_CALIBRATION_H_ #define ACCELEROMETER_CALIBRATION_H_ #include #include void do_accel_calibration(int mavlink_fd); #endif /* ACCELEROMETER_CALIBRATION_H_ */