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.
Revision 4:8bdd5a9f289e, committed 2012-02-17
- Comitter:
- JST2011
- Date:
- Fri Feb 17 15:27:31 2012 +0000
- Parent:
- 3:6cddc2c096a4
- Commit message:
Changed in this revision
| MMA7361L.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6cddc2c096a4 -r 8bdd5a9f289e MMA7361L.cpp
--- a/MMA7361L.cpp Fri Feb 17 15:02:13 2012 +0000
+++ b/MMA7361L.cpp Fri Feb 17 15:27:31 2012 +0000
@@ -6,10 +6,10 @@
zeroGDetect(zeroGDetectPin) {
scaleX = 0.246;
scaleY = 0.251;
- scaleZ = 0.235;
+ scaleZ = 0.219;
Xo = 0.486;
Yo = 0.520;
- Zo = 0.500;
+ Zo = 0.465;
}
void MMA7361L::prepare(){