PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Shared defines for the qmc5883 driver. More...
Go to the source code of this file.
Macros | |
#define | ADDR_ID_A 0x0C |
#define | ADDR_ID_B 0x0D |
#define | ID_A_WHO_AM_I 0x01 |
#define | ID_B_WHO_AM_I 0xFF |
Typedefs | |
typedef device::Device *(* | QMC5883_constructor) (int) |
Functions | |
device::Device * | QMC5883_SPI_interface (int bus) |
device::Device * | QMC5883_I2C_interface (int bus) |
typedef device::Device*(* QMC5883_constructor) (int) |
device::Device * QMC5883_I2C_interface | ( | int | bus | ) |
Definition at line 83 of file qmc5883_i2c.cpp.
References QMC5883_I2C::QMC5883_I2C().
device::Device* QMC5883_SPI_interface | ( | int | bus | ) |