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.
Fork of FXOS8700Q by
Revision 8:52116f8fb3da, committed 2014-04-26
- Comitter:
- JimCarver
- Date:
- Sat Apr 26 01:36:41 2014 +0000
- Parent:
- 7:c53dda05b8cf
- Child:
- 9:5553a64d0762
- Commit message:
- Changed device settings to improve magnetometer performance
Changed in this revision
| FXOS8700Q.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FXOS8700Q.cpp Fri Apr 25 16:45:51 2014 +0000
+++ b/FXOS8700Q.cpp Sat Apr 26 01:36:41 2014 +0000
@@ -35,7 +35,7 @@
data[1] = 0x00;
writeRegs(data, 2);
data[0] = FXOS8700Q_CTRL_REG1;
- data[1] = 0x18;//0x1D;
+ data[1] = 0x1C;
writeRegs(data, 2);
}
