Pacemaker code Implementation for SFWRENG 3K04

Dependencies:   FXOS8700Q Queue mbed-rtos mbed

Fork of Pacemaker by Eric dollar

Revision:
19:d58e1e1a9a24
Child:
21:fc6c33206152
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/motion.h	Thu Nov 24 01:10:08 2016 +0000
@@ -0,0 +1,12 @@
+#pragma once
+#include "mbed.h"
+
+#define VENT
+#define ATR
+
+bool isMotionThresholdExceeded ();
+void resetMotionDetection ();
+void initialize_motion ();
+void motion_thread ();
+void motion_set_chamber(int, chamberData*);
+