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

Dependents:   MjHover_Hello

Committer:
matsujirushi
Date:
Sun Feb 22 23:23:59 2015 +0000
Revision:
0:051e1e753af5
Child:
1:8e9c00c59101
Development version.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
matsujirushi 0:051e1e753af5 1 #include "MjHover.h"
matsujirushi 0:051e1e753af5 2
matsujirushi 0:051e1e753af5 3 namespace matsujirushi {
matsujirushi 0:051e1e753af5 4
matsujirushi 0:051e1e753af5 5 MjHover::MjHover(I2C* i2c, uint8_t address)
matsujirushi 0:051e1e753af5 6 {
matsujirushi 0:051e1e753af5 7 this->i2c = i2c;
matsujirushi 0:051e1e753af5 8 this->address = address;
matsujirushi 0:051e1e753af5 9 }
matsujirushi 0:051e1e753af5 10
matsujirushi 0:051e1e753af5 11 } // namespace matsujirushi
matsujirushi 0:051e1e753af5 12
matsujirushi 0:051e1e753af5 13