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:
35:fa164704f0ca
Parent:
34:701503855d52
Child:
36:b6431cd8ecd6
--- a/interface.cpp	Tue Dec 13 03:46:34 2016 +0000
+++ b/interface.cpp	Tue Dec 13 04:34:36 2016 +0000
@@ -144,6 +144,7 @@
                             }
                             double myInt = (myDataStruct->getData());
                             pc->printf("%f\n", myInt);
+                            pc->printf("%c\n", atrData->getMarker());
                             //rled = !rled; 
                             Thread::wait(4);
                         }