PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <string.h>
#include <drivers/device/i2c.h>
#include <drivers/drv_airspeed.h>
#include <drivers/drv_hrt.h>
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/defines.h>
#include <perf/perf_counter.h>
#include <uORB/topics/differential_pressure.h>
#include <uORB/uORB.h>
#include <px4_platform_common/px4_work_queue/ScheduledWorkItem.hpp>
Go to the source code of this file.
Classes | |
class | Airspeed |
Variables | |
static constexpr uint8_t | PX4_I2C_BUS_DEFAULT = PX4_I2C_BUS_EXPANSION |
|
static |
Definition at line 48 of file airspeed.h.
Referenced by ets_airspeed_main(), ets_airspeed_usage(), meas_airspeed_usage(), ms4525_airspeed_main(), ms5525_airspeed_main(), ms5525_airspeed_usage(), sdp3x_airspeed_main(), and sdp3x_airspeed_usage().