PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Shared defines for the lps25h driver. More...
#include <string.h>
#include <drivers/device/Device.hpp>
#include <drivers/device/i2c.h>
#include <drivers/device/ringbuffer.h>
#include <drivers/device/spi.h>
#include <drivers/drv_baro.h>
#include <lib/cdev/CDev.hpp>
#include <perf/perf_counter.h>
#include <px4_platform_common/getopt.h>
#include <px4_platform_common/px4_work_queue/ScheduledWorkItem.hpp>
#include <systemlib/err.h>
#include <uORB/uORB.h>
Go to the source code of this file.
Macros | |
#define | ADDR_WHO_AM_I 0x0F |
#define | ID_WHO_AM_I 0xBD |
Typedefs | |
typedef device::Device *(* | LPS25H_constructor) (int) |
Functions | |
device::Device * | LPS25H_SPI_interface (int bus) |
device::Device * | LPS25H_I2C_interface (int bus) |
#define ID_WHO_AM_I 0xBD |
Definition at line 59 of file lps25h.h.
Referenced by LPS25H_I2C::probe().
typedef device::Device*(* LPS25H_constructor) (int) |
device::Device * LPS25H_I2C_interface | ( | int | bus | ) |
Definition at line 63 of file lps25h_i2c.cpp.
References LPS25H_I2C::LPS25H_I2C().
device::Device* LPS25H_SPI_interface | ( | int | bus | ) |