Pacemaker code Implementation for SFWRENG 3K04

Dependencies:   FXOS8700Q Queue mbed-rtos mbed

Fork of Pacemaker by Eric dollar

Committer:
trane3
Date:
Thu Nov 24 03:39:31 2016 +0000
Revision:
21:fc6c33206152
Parent:
19:d58e1e1a9a24
Eric temp changes

Who changed what in which revision?

UserRevisionLine numberNew 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