Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
motion.h@30:0cb4890910cd, 2016-11-29 (annotated)
- Committer:
- FiveDollar
- Date:
- Tue Nov 29 21:30:19 2016 +0000
- Revision:
- 30:0cb4890910cd
- Parent:
- 21:fc6c33206152
this is the messed up code that i tried to fix
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 |