Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
76:7f5912b6340e
Parent:
5:a70c0bce770d
Child:
77:0b96f6867312
--- a/MMA8451Q/MMA8451Q.h	Sun Jan 29 19:04:47 2017 +0000
+++ b/MMA8451Q/MMA8451Q.h	Fri Feb 03 20:50:02 2017 +0000
@@ -131,6 +131,11 @@
    * PTAxx pin.
    */
   void setInterruptMode(int pin);
+  
+  /**
+   * Disable interrupts.
+   */
+  void clearInterruptMode();
 
 private:
   I2C m_i2c;