|
/**
|
|
* @file magnetometer_read.h
|
|
* @author Woon Jun Wei
|
|
* @brief This file contains the functions to read the data
|
|
* from the LSM303DLHC accelerometer and magnetometer sensor
|
|
*/
|
|
|
|
#ifndef MAGNETOMETER_READ_H
|
|
#define MAGNETOMETER_READ_H
|
|
|
|
#include "magnetometer_init.h"
|
|
|
|
|
|
#endif |