Hover!( Microchip MGC3130 ) library. Now, it is development version. http://www.hoverlabs.co/#hover https://www.switch-science.com/catalog/2124/

Dependents:   MjHover_Hello

MjHover.cpp

Committer:
matsujirushi
Date:
2015-02-22
Revision:
0:051e1e753af5
Child:
1:8e9c00c59101

File content as of revision 0:051e1e753af5:

#include "MjHover.h"

namespace matsujirushi {

MjHover::MjHover(I2C* i2c, uint8_t address)
{
    this->i2c = i2c;
    this->address = address;
}

} // namespace matsujirushi