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:
31:5e55042e025a
Parent:
16:08d5e5a3ee74
--- a/dataStruct.h	Tue Nov 29 21:03:33 2016 +0000
+++ b/dataStruct.h	Tue Nov 29 22:01:54 2016 +0000
@@ -10,7 +10,7 @@
 public:
     dataStruct(hardware*);
     ~dataStruct();
-    queue getData();
+    double getData();
 
 private:
     static const int N = 13;