updated

Dependencies:   MotionSensor_updated

Fork of FXOS8700Q by Freescale

Revision:
11:aee7dea904e2
Parent:
10:834488c11340
Child:
12:16451f45ee2e
--- a/FXOS8700Q.h	Thu Jun 18 22:53:07 2015 +0000
+++ b/FXOS8700Q.h	Fri Jun 19 12:16:44 2015 -0500
@@ -93,7 +93,7 @@
         @param len The amount of data to read from it
         @return 0 if successful, negative number otherwise
      */
-    void readRegs(int addr, uint8_t *data, uint32_t len) const;
+    void readRegs(uint8_t addr, uint8_t *data, uint32_t len) const;
 
     /** Read the ID from a whoAmI register
         @return The device whoAmI register contents