APM:Libraries
|
#include <AP_ADC/AP_ADC.h>
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/I2CDevice.h>
#include <AP_Math/AP_Math.h>
#include <GCS_MAVLink/GCS.h>
#include <SRV_Channel/SRV_Channel.h>
#include <utility>
#include "AP_Airspeed.h"
#include "AP_Airspeed_MS4525.h"
#include "AP_Airspeed_MS5525.h"
#include "AP_Airspeed_SDP3X.h"
#include "AP_Airspeed_analog.h"
#include "AP_Airspeed_Backend.h"
Go to the source code of this file.
Macros | |
#define | ARSPD_DEFAULT_TYPE TYPE_ANALOG |
#define | ARSPD_DEFAULT_PIN 1 |
#define | PSI_RANGE_DEFAULT 0.05 |
#define | SCALING_OLD_CALIBRATION 819 |
Variables | |
const AP_HAL::HAL & | hal |
#define ARSPD_DEFAULT_PIN 1 |
Definition at line 38 of file AP_Airspeed.cpp.
#define ARSPD_DEFAULT_TYPE TYPE_ANALOG |
Definition at line 37 of file AP_Airspeed.cpp.
#define PSI_RANGE_DEFAULT 0.05 |
Definition at line 45 of file AP_Airspeed.cpp.
#define SCALING_OLD_CALIBRATION 819 |
Definition at line 217 of file AP_Airspeed.cpp.
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.