Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
motion.h
- Committer:
- FiveDollar
- Date:
- 2016-11-29
- Revision:
- 30:0cb4890910cd
- Parent:
- 21:fc6c33206152
File content as of revision 30:0cb4890910cd:
#pragma once #include "mbed.h" //bool isMotionThresholdExceeded (); //void resetMotionDetection (); void initialize_motion (); void motion_thread (); void motion_set_chamber(int, chamberData*);