aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/accelerometer_calibration.h
blob: 6a920c4ef1d1562f153a3c761d67026be83b30ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * accelerometer_calibration.h
 *
 *   Copyright (C) 2013 Anton Babushkin. All rights reserved.
 *   Author: 	Anton Babushkin	<rk3dov@gmail.com>
 */

#ifndef ACCELEROMETER_CALIBRATION_H_
#define ACCELEROMETER_CALIBRATION_H_

#include <stdint.h>
#include <uORB/topics/vehicle_status.h>

void do_accel_calibration(int mavlink_fd);

#endif /* ACCELEROMETER_CALIBRATION_H_ */