aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/accelerometer_calibration.h
blob: 4175a25f4f5180b42ada7eee0399d8de8e3ab3d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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>

void do_accel_calibration(int mavlink_fd);

#endif /* ACCELEROMETER_CALIBRATION_H_ */