|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
I2C interface for LIS3MDL. More...
#include <px4_platform_common/px4_config.h>#include <assert.h>#include <debug.h>#include <errno.h>#include <stdint.h>#include <stdbool.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include <arch/board/board.h>#include <drivers/device/i2c.h>#include <drivers/drv_mag.h>#include <drivers/drv_device.h>#include "board_config.h"#include "lis3mdl.h"Go to the source code of this file.
I2C interface for LIS3MDL.
Definition in file lis3mdl_i2c.cpp.