APM:Libraries
|
#include "AP_Airspeed_MS4525.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 <stdio.h>
#include <utility>
Go to the source code of this file.
Macros | |
#define | MS4525D0_I2C_ADDR 0x28 |
Variables | |
const AP_HAL::HAL & | hal |
#define MS4525D0_I2C_ADDR 0x28 |
Definition at line 30 of file AP_Airspeed_MS4525.cpp.
Referenced by AP_Airspeed_MS4525::init().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.