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.
Dependents: etch-a-sketch-engo333 STEMEXplore_Guide ENGO333_Lab_etch-a-sketch
Fork of MMA7660 by
Revision 4:36a163511e34, committed 2014-05-13
- Comitter:
- Sissors
- Date:
- Tue May 13 18:14:34 2014 +0000
- Parent:
- 3:89cb08cc663b
- Child:
- 5:5e50f1d2bda1
- Commit message:
- Debug code removed...
Changed in this revision
MMA7660.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MMA7660.cpp Tue May 13 18:12:59 2014 +0000 +++ b/MMA7660.cpp Tue May 13 18:14:34 2014 +0000 @@ -110,7 +110,6 @@ MMA7660::Orientation MMA7660::getSide( void ) { char tiltreg = read(MMA7660_TILT_R); - printf("Reg = %d\r\n", tiltreg); //We care about 2 LSBs tiltreg &= 0x03; if (tiltreg == 0x01)