Pulse Detection in z-axis
Dependencies: MMA8451Q8b SLCD mbed
Revision 11:adb9adf636cf, committed 2015-02-17
- 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, ®Data, 1); sprintf (lcdData,"%x",regData);