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

Dependents:   MjHover_Hello

Revision:
0:051e1e753af5
Child:
1:8e9c00c59101
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MjHover.h	Sun Feb 22 23:23:59 2015 +0000
@@ -0,0 +1,21 @@
+#ifndef MJ_HOVER_H
+#define MJ_HOVER_H
+
+#include "mbed.h"
+
+namespace matsujirushi {
+
+class MjHover
+{
+public:
+    MjHover(I2C* i2c, uint8_t address);
+    
+private:
+    I2C *i2c;
+    uint8_t address;
+
+};
+
+} // namespace matsujirushi
+
+#endif