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:
23:719584670460
Parent:
22:19b187e345c9
Child:
25:d816de7067da
diff -r 19b187e345c9 -r 719584670460 interface.cpp
--- a/interface.cpp	Thu Nov 24 03:42:12 2016 +0000
+++ b/interface.cpp	Thu Nov 24 03:47:39 2016 +0000
@@ -168,7 +168,7 @@
     pc->printf("\n5. Atrial-Ventricular Delay: %f", generalData->getAVdelay());
     pc->printf("\n6. Atrial-Ventricular Delay Offset: %f" , generalData->getAVdelayOffset());
     pc->printf("\n7. Rate Smoothing: %f", generalData->getRSmooth());
-    pc->printf("\nChoose variable to be changed or 5 To return to Data Sets");      
+    pc->printf("\nChoose variable to be changed or 8 To return to Data Sets");      
     char command = getChar();
     switch (command) {
         case '1':
@@ -250,6 +250,9 @@
             }
             interface::genDataScreen();
             break;
+        case '8':
+            interface::dataScreen();
+            break;
         default:
             pc->printf("\nThat is not an option.\n");
             interface::genDataScreen();