PX4 Firmware
PX4 Autopilot Software http://px4.io
|
I2C interface for MS5611. More...
#include "ms5611.h"
Go to the source code of this file.
Classes | |
class | MS5611_I2C |
Macros | |
#define | MS5611_ADDRESS_1 0x76 /* address select pins pulled high (PX4FMU series v1.6+) */ |
#define | MS5611_ADDRESS_2 0x77 /* address select pins pulled low (PX4FMU prototypes) */ |
Functions | |
device::Device * | MS5611_i2c_interface (ms5611::prom_u &prom_buf) |
device::Device * | MS5611_i2c_interface (ms5611::prom_u &prom_buf, uint8_t busnum) |
I2C interface for MS5611.
Definition in file ms5611_i2c.cpp.
#define MS5611_ADDRESS_1 0x76 /* address select pins pulled high (PX4FMU series v1.6+) */ |
Definition at line 42 of file ms5611_i2c.cpp.
Referenced by MS5611_I2C::probe().
#define MS5611_ADDRESS_2 0x77 /* address select pins pulled low (PX4FMU prototypes) */ |
Definition at line 43 of file ms5611_i2c.cpp.
Referenced by MS5611_I2C::probe().
device::Device* MS5611_i2c_interface | ( | ms5611::prom_u & | prom_buf | ) |
device::Device* MS5611_i2c_interface | ( | ms5611::prom_u & | prom_buf, |
uint8_t | busnum | ||
) |
Definition at line 90 of file ms5611_i2c.cpp.
References MS5611_I2C::MS5611_I2C().