![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
motion.h
- Committer:
- trane3
- Date:
- 2016-11-24
- Revision:
- 21:fc6c33206152
- Parent:
- 19:d58e1e1a9a24
File content as of revision 21:fc6c33206152:
#pragma once #include "mbed.h" //bool isMotionThresholdExceeded (); //void resetMotionDetection (); void initialize_motion (); void motion_thread (); void motion_set_chamber(int, chamberData*);