|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Barometer calibration routine. More...
#include "baro_calibration.h"#include <poll.h>#include <math.h>#include <fcntl.h>#include <px4_platform_common/defines.h>#include <drivers/drv_hrt.h>#include <uORB/topics/sensor_combined.h>#include <drivers/drv_baro.h>#include <systemlib/mavlink_log.h>#include <parameters/param.h>Go to the source code of this file.
Functions | |
| int | do_baro_calibration (orb_advert_t *mavlink_log_pub) |
Barometer calibration routine.
Definition in file baro_calibration.cpp.
| int do_baro_calibration | ( | orb_advert_t * | mavlink_log_pub | ) |
Definition at line 51 of file baro_calibration.cpp.