Fork from https://os.mbed.com/teams/NXP/code/FXOS8700Q/ to use a local and namespaced MotionSensor.h header that would otherwise clash with other libraries.

Dependents:   TALab2B_Part2_ECE595 TALab3C_i2c_acc Project1 FinalProject ... more

Revision:
2:ab84f99086e5
Parent:
1:8b53edef272f
--- a/FXOS8700Q.h	Sun Apr 13 21:22:58 2014 +0000
+++ b/FXOS8700Q.h	Mon Apr 14 17:13:15 2014 +0000
@@ -73,6 +73,7 @@
    *
    * @param res array where acceleration data will be stored
    */
+   void enable(void);
   void getAccAllAxis(float * res);
   void AccXYZraw(int16_t * d);
   void MagXYZraw(int16_t * d);