Pacemaker code Implementation for SFWRENG 3K04

Dependencies:   FXOS8700Q Queue mbed-rtos mbed

Fork of Pacemaker by Eric dollar

Revision:
24:4af25128cedf
Parent:
19:d58e1e1a9a24
Child:
25:d816de7067da
--- a/interface.h	Thu Nov 24 03:47:39 2016 +0000
+++ b/interface.h	Thu Nov 24 03:51:30 2016 +0000
@@ -14,6 +14,14 @@
     interface(Serial*);
     interface(Serial* , pulse* , genData*, chamberData* , chamberData*);
     void startScreen();
+
+//    void setAtrium(AnalogOut&);
+//    void setVentricle(AnalogOut&);
+//    void LEDon(AnalogOut*);
+//    void LEDoff(AnalogOut*);
+
+      
+private:
     void dataScreen();
     void genDataScreen();
     void chamberDataScreen(chamberData*);
@@ -21,15 +29,9 @@
     void chngVentData();
     char* getInput();
     char getChar();
-//    void setAtrium(AnalogOut&);
-//    void setVentricle(AnalogOut&);
-//    void LEDon(AnalogOut*);
-//    void LEDoff(AnalogOut*);
     void changeData(int , double); // UI tells the user to you 1 for atrium, 2 for ventricle, etc.
     void getData(int);
     void getEgram();
-      
-private:
     Serial* pc;
     pulse* interfacePulse;
     pulse* atrPulse;