Pacemaker code Implementation for SFWRENG 3K04
Dependencies: mbed Queue mbed-rtos FXOS8700Q
Fork of Pacemaker by
SWFRENG 3K04 Project to design, develop, and document a functional pacemaker.
The project uses the Freescale K64F Microcontroller and C++ mbed library.
Diff: motion.h
- Revision:
- 21:fc6c33206152
- Parent:
- 19:d58e1e1a9a24
--- a/motion.h Thu Nov 24 01:10:08 2016 +0000 +++ b/motion.h Thu Nov 24 03:39:31 2016 +0000 @@ -1,11 +1,8 @@ #pragma once #include "mbed.h" -#define VENT -#define ATR - -bool isMotionThresholdExceeded (); -void resetMotionDetection (); +//bool isMotionThresholdExceeded (); +//void resetMotionDetection (); void initialize_motion (); void motion_thread (); void motion_set_chamber(int, chamberData*);