Pacemaker code Implementation for SFWRENG 3K04

Dependencies:   mbed Queue mbed-rtos FXOS8700Q

Fork of Pacemaker by Eric dollar

SWFRENG 3K04 Project to design, develop, and document a functional pacemaker.

The project uses the Freescale K64F Microcontroller and C++ mbed library.

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*);
+