aboutsummaryrefslogtreecommitdiff
path: root/apps/commander/accelerometer_calibration.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/commander/accelerometer_calibration.h')
-rw-r--r--apps/commander/accelerometer_calibration.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/commander/accelerometer_calibration.h b/apps/commander/accelerometer_calibration.h
new file mode 100644
index 000000000..c0169c2a1
--- /dev/null
+++ b/apps/commander/accelerometer_calibration.h
@@ -0,0 +1,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_ */