Pulse Detection in z-axis

Dependencies:   MMA8451Q8b SLCD mbed

Revision:
11:adb9adf636cf
Parent:
10:92c7ff5198ee
--- a/main.cpp	Tue Feb 17 03:49:09 2015 +0000
+++ b/main.cpp	Tue Feb 17 03:52:51 2015 +0000
@@ -125,7 +125,6 @@
         sprintf (lcdData,"%x",regData);
         LCDMess(lcdData,BLINKTIME); 
     
-    
     while (true) {                  
         acc.readRegs(REG_PULSE_SRC, &regData, 1);
         sprintf (lcdData,"%x",regData);