aboutsummaryrefslogtreecommitdiff
path: root/apps/commander/accelerometer_calibration.h
blob: c0169c2a1336485de3b2ead9fe359697a5715e29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * accelerometer_calibration.h
 *
 *  Created on: 25.04.2013
 *      Author: ton
 */

#ifndef ACCELEROMETER_CALIBRATION_H_
#define ACCELEROMETER_CALIBRATION_H_

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

void do_accel_calibration(int status_pub, struct vehicle_status_s *status, int mavlink_fd);

#endif /* ACCELEROMETER_CALIBRATION_H_ */