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:
32:69cd1390bc21
Parent:
31:5e55042e025a
Child:
33:686a1a0c690f
--- a/main.cpp	Tue Nov 29 22:01:54 2016 +0000
+++ b/main.cpp	Tue Dec 06 20:57:56 2016 +0000
@@ -27,7 +27,7 @@
     
     interface a(io->getSerial() , ventPulse , generalData, atrium , ventricle,io); 
     
-    a.startScreen();   
+    a.readValues();   
     
     
     delete ventricle; //code never reaches here, since we're stuck in the while loops of the pacing, user interface, etc.