Library for the MMA7660 triple axis accelerometer

Dependents:   Websocket_Ethernet_acc app-board-Sprint-WS-Acc app-board-Ethernet-Websocket app-board-Wifly-Websocket ... more

Revision:
4:36a163511e34
Parent:
3:89cb08cc663b
--- 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)