Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MotionSensor_updated
Fork of FXOS8700Q by
Diff: FXOS8700Q.h
- Revision:
- 11:aee7dea904e2
- Parent:
- 10:834488c11340
- Child:
- 12:16451f45ee2e
diff -r 834488c11340 -r aee7dea904e2 FXOS8700Q.h
--- 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
