APM:Libraries
Macros | Variables
AP_Airspeed_SDP3X.cpp File Reference
#include "AP_Airspeed_SDP3X.h"
#include <GCS_MAVLink/GCS.h>
#include <stdio.h>
Include dependency graph for AP_Airspeed_SDP3X.cpp:

Go to the source code of this file.

Macros

#define SDP3X_SCALE_TEMPERATURE   200.0f
 
#define SDP3XD0_I2C_ADDR   0x21
 
#define SDP3XD1_I2C_ADDR   0x22
 
#define SDP3XD2_I2C_ADDR   0x23
 
#define SDP3X_CONT_MEAS_AVG_MODE   0x3615
 
#define SDP3X_CONT_MEAS_STOP   0x3FF9
 
#define SDP3X_SCALE_PRESSURE_SDP31   60
 
#define SDP3X_SCALE_PRESSURE_SDP32   240
 
#define SDP3X_SCALE_PRESSURE_SDP33   20
 

Variables

const AP_HAL::HALhal
 

Macro Definition Documentation

◆ SDP3X_CONT_MEAS_AVG_MODE

#define SDP3X_CONT_MEAS_AVG_MODE   0x3615

Definition at line 32 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::_timer(), and AP_Airspeed_SDP3X::init().

◆ SDP3X_CONT_MEAS_STOP

#define SDP3X_CONT_MEAS_STOP   0x3FF9

Definition at line 33 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::init().

◆ SDP3X_SCALE_PRESSURE_SDP31

#define SDP3X_SCALE_PRESSURE_SDP31   60

Definition at line 35 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::init().

◆ SDP3X_SCALE_PRESSURE_SDP32

#define SDP3X_SCALE_PRESSURE_SDP32   240

Definition at line 36 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::init().

◆ SDP3X_SCALE_PRESSURE_SDP33

#define SDP3X_SCALE_PRESSURE_SDP33   20

Definition at line 37 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::init().

◆ SDP3X_SCALE_TEMPERATURE

#define SDP3X_SCALE_TEMPERATURE   200.0f

Definition at line 26 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::_timer().

◆ SDP3XD0_I2C_ADDR

#define SDP3XD0_I2C_ADDR   0x21

Definition at line 28 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::init().

◆ SDP3XD1_I2C_ADDR

#define SDP3XD1_I2C_ADDR   0x22

Definition at line 29 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::init().

◆ SDP3XD2_I2C_ADDR

#define SDP3XD2_I2C_ADDR   0x23

Definition at line 30 of file AP_Airspeed_SDP3X.cpp.

Referenced by AP_Airspeed_SDP3X::init().

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

Definition at line 14 of file AC_PID_test.cpp.