Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Magnetometer.h

Committer:
pvaibhav
Date:
2015-01-23
Revision:
4:e759b8c756da
Child:
11:d21275e60ebb

File content as of revision 4:e759b8c756da:

#ifndef _H_MAGNETOMETER_H
#define _H_MAGNETOMETER_H

#include "I2CPeripheral.h"

class Magnetometer : public I2CPeripheral {
public:
    Magnetometer(I2C &i2c);
};

#endif//_H_MAGNETOMETER_H