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:
20:bfd23a6845bb
Parent:
0:b2b3955cd77b
Child:
27:f8deff828a00
--- a/chamberData.h	Thu Nov 24 01:10:08 2016 +0000
+++ b/chamberData.h	Thu Nov 24 03:26:14 2016 +0000
@@ -8,13 +8,13 @@
     ~chamberData();
     chamberData(Serial*, char);
     char getChamberType();
-    void chngPaceAmp(double);
+    int chngPaceAmp(double);
     double getPaceAmp();
-    void chngPaceWidth(double);
+    int chngPaceWidth(double);
     double getPaceWidth();
-    void chngRP(double);
+    int chngRP(double);
     double getRP();
-    void chngSensitivity(double);
+    int chngSensitivity(double);
     double getSensitivity();
 private:
     Serial* pc;