Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Gyroscope.h

Committer:
pvaibhav
Date:
2015-01-23
Revision:
4:e759b8c756da
Child:
5:b9f2f62a8f90

File content as of revision 4:e759b8c756da:

#ifndef _H_GYROSCOPE_H
#define _H_GYROSCOPE_H

#include "I2CPeripheral.h"

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

#endif//_H_GYROSCOPE_H