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:
16:08d5e5a3ee74
Parent:
2:fbba2687ddfe
--- a/hardware.h	Wed Nov 16 15:19:20 2016 +0000
+++ b/hardware.h	Thu Nov 17 04:03:25 2016 +0000
@@ -7,9 +7,11 @@
         ~hardware();
         Serial* getSerial();
         PwmOut* getChamber(char);
+        double getSense();
     
     private:
         PwmOut atrium;
         PwmOut ventricle;
         Serial pc;
+        AnalogIn sense;
 };
\ No newline at end of file