APM:Libraries
|
Go to the source code of this file.
Macros | |
#define | KELLER_DEBUG 0 |
#define | Debug(fmt, args ...) |
Variables | |
const AP_HAL::HAL & | hal |
static const uint8_t | CMD_PRANGE_MIN_MSB = 0x13 |
static const uint8_t | CMD_PRANGE_MIN_LSB = 0x14 |
static const uint8_t | CMD_PRANGE_MAX_MSB = 0x15 |
static const uint8_t | CMD_PRANGE_MAX_LSB = 0x16 |
static const uint8_t | CMD_REQUEST_MEASUREMENT = 0xAC |
#define Debug | ( | fmt, | |
args ... | |||
) |
Definition at line 28 of file AP_Baro_KellerLD.cpp.
Referenced by AP_Baro_KellerLD::_init(), and AP_Baro_KellerLD::_read().
#define KELLER_DEBUG 0 |
Definition at line 23 of file AP_Baro_KellerLD.cpp.
|
static |
Definition at line 37 of file AP_Baro_KellerLD.cpp.
Referenced by AP_Baro_KellerLD::_init().
|
static |
Definition at line 36 of file AP_Baro_KellerLD.cpp.
Referenced by AP_Baro_KellerLD::_init().
|
static |
Definition at line 35 of file AP_Baro_KellerLD.cpp.
Referenced by AP_Baro_KellerLD::_init().
|
static |
Definition at line 34 of file AP_Baro_KellerLD.cpp.
Referenced by AP_Baro_KellerLD::_init().
|
static |
Definition at line 40 of file AP_Baro_KellerLD.cpp.
Referenced by AP_Baro_KellerLD::_init(), and AP_Baro_KellerLD::_timer().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.