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:
3:b03009537d66
Parent:
2:46cf70365584
Child:
4:11a94d34ab58
--- a/MjHover.cpp	Thu Apr 02 13:02:52 2015 +0000
+++ b/MjHover.cpp	Fri Apr 03 04:11:05 2015 +0000
@@ -5,7 +5,7 @@
 MjHover::MjHover(I2C* i2c, uint8_t address, DigitalInOut* ts, DigitalInOut* reset_n)
 {
     this->i2c = i2c;
-    this->address = address;
+    this->address = address & 0xfe;
     this->ts = ts;
     this->reset_n = reset_n;
 }
@@ -107,3 +107,4 @@
 
 
 
+