APM:Libraries
|
Go to the source code of this file.
Macros | |
#define | FBM320_REG_ID 0x6B |
#define | FBM320_REG_DATA 0xF6 |
#define | FBM320_REG_CMD 0xF4 |
#define | FBM320_CMD_READ_T 0x2E |
#define | FBM320_CMD_READ_P 0xF4 |
#define | FBM320_WHOAMI 0x42 |
Variables | |
const AP_HAL::HAL & | hal |
#define FBM320_CMD_READ_P 0xF4 |
Definition at line 31 of file AP_Baro_FBM320.cpp.
Referenced by AP_Baro_FBM320::timer().
#define FBM320_CMD_READ_T 0x2E |
Definition at line 30 of file AP_Baro_FBM320.cpp.
Referenced by AP_Baro_FBM320::init(), and AP_Baro_FBM320::timer().
#define FBM320_REG_CMD 0xF4 |
Definition at line 28 of file AP_Baro_FBM320.cpp.
Referenced by AP_Baro_FBM320::init(), and AP_Baro_FBM320::timer().
#define FBM320_REG_DATA 0xF6 |
Definition at line 27 of file AP_Baro_FBM320.cpp.
#define FBM320_REG_ID 0x6B |
Definition at line 26 of file AP_Baro_FBM320.cpp.
Referenced by AP_Baro_FBM320::init().
#define FBM320_WHOAMI 0x42 |
Definition at line 33 of file AP_Baro_FBM320.cpp.
Referenced by AP_Baro_FBM320::init().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.