#include <drivers/airspeed/airspeed.h>
#include <math.h>
#include <mathlib/math/filter/LowPassFilter2p.hpp>
#include <px4_platform_common/getopt.h>
Go to the source code of this file.
◆ CONVERSION_INTERVAL
constexpr int64_t CONVERSION_INTERVAL = (1000000 / MEAS_RATE) |
|
static |
◆ I2C_ADDRESS_1_MS5525DSO
constexpr uint8_t I2C_ADDRESS_1_MS5525DSO = 0x76 |
|
static |
◆ MEAS_DRIVER_FILTER_FREQ
constexpr float MEAS_DRIVER_FILTER_FREQ = 1.2f |
|
static |
◆ MEAS_RATE
constexpr unsigned MEAS_RATE = 100 |
|
static |
◆ PATH_MS5525
constexpr const char PATH_MS5525[] = "/dev/ms5525" |
|
static |