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 MMA7660 by
Diff: MMA7660.cpp
- Revision:
- 4:36a163511e34
- Parent:
- 3:89cb08cc663b
diff -r 89cb08cc663b -r 36a163511e34 MMA7660.cpp --- 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)