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 LSM303DLHC by
Revision 7:6c74e3e5e105, committed 2015-05-09
- Comitter:
- Spilly
- Date:
- Sat May 09 22:27:29 2015 +0000
- Parent:
- 6:5fe568883921
- Commit message:
- Edited comment
Changed in this revision
LSM303DLHC.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5fe568883921 -r 6c74e3e5e105 LSM303DLHC.cpp --- a/LSM303DLHC.cpp Mon Apr 27 16:49:03 2015 +0000 +++ b/LSM303DLHC.cpp Sat May 09 22:27:29 2015 +0000 @@ -173,7 +173,6 @@ /* -- mag --- */ reg_v = 0; - //leave line below commented for 0.75Hz data output rate (less noise) reg_v |= 0x04 << 2; /* Minimum data output rate = 15Hz */ write_reg(addr_mag,CRA_REG_M,reg_v);