PX4 Firmware
PX4 Autopilot Software http://px4.io
|
I2C interface for HMC5883 / HMC 5983. More...
#include <px4_platform_common/px4_config.h>
#include <drivers/device/i2c.h>
#include <drivers/drv_mag.h>
#include <drivers/drv_device.h>
#include "hmc5883.h"
Go to the source code of this file.
Classes | |
class | HMC5883_I2C |
Macros | |
#define | HMC5883L_ADDRESS 0x1E |
Functions | |
device::Device * | HMC5883_I2C_interface (int bus) |
I2C interface for HMC5883 / HMC 5983.
Definition in file hmc5883_i2c.cpp.
#define HMC5883L_ADDRESS 0x1E |
Definition at line 47 of file hmc5883_i2c.cpp.
device::Device* HMC5883_I2C_interface | ( | int | bus | ) |
Definition at line 68 of file hmc5883_i2c.cpp.
References HMC5883_I2C::HMC5883_I2C().