Pulse Detection in z-axis

Dependencies:   MMA8451Q8b SLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
vbharam
Date:
Tue Feb 17 03:52:51 2015 +0000
Parent:
10:92c7ff5198ee
Commit message:
stan comment

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 92c7ff5198ee -r adb9adf636cf main.cpp
--- 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);