PX4 Firmware
PX4 Autopilot Software http://px4.io
|
SPI interface for MS5611. More...
#include "ms5611.h"
Go to the source code of this file.
Macros | |
#define | DIR_READ (1<<7) |
#define | DIR_WRITE (0<<7) |
#define | ADDR_INCREMENT (1<<6) |
SPI interface for MS5611.
Definition in file ms5611_spi.cpp.
#define ADDR_INCREMENT (1<<6) |
Definition at line 45 of file ms5611_spi.cpp.
Referenced by LSM303D::measureAccelerometer(), and LSM303D::measureMagnetometer().
#define DIR_READ (1<<7) |
Definition at line 43 of file ms5611_spi.cpp.
#define DIR_WRITE (0<<7) |
Definition at line 44 of file ms5611_spi.cpp.