Pulse Detection in z-axis

Dependencies:   MMA8451Q8b SLCD mbed

Fork of KL46z_single_tap_generic by Vishal Bharam

Revision:
11:adb9adf636cf
Parent:
10:92c7ff5198ee
Child:
12:025808f5dc44
--- 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);