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.
motion.h@36:b6431cd8ecd6, 2016-12-18 (annotated)
- Committer:
- noahzwiep
- Date:
- Sun Dec 18 02:29:59 2016 +0000
- Revision:
- 36:b6431cd8ecd6
- Parent:
- 21:fc6c33206152
All ogre.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
trane3 | 19:d58e1e1a9a24 | 1 | #pragma once |
trane3 | 19:d58e1e1a9a24 | 2 | #include "mbed.h" |
trane3 | 19:d58e1e1a9a24 | 3 | |
trane3 | 21:fc6c33206152 | 4 | //bool isMotionThresholdExceeded (); |
trane3 | 21:fc6c33206152 | 5 | //void resetMotionDetection (); |
trane3 | 19:d58e1e1a9a24 | 6 | void initialize_motion (); |
trane3 | 19:d58e1e1a9a24 | 7 | void motion_thread (); |
trane3 | 19:d58e1e1a9a24 | 8 | void motion_set_chamber(int, chamberData*); |
trane3 | 19:d58e1e1a9a24 | 9 |