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:
7:4eb590c7e064
Parent:
0:b2b3955cd77b
Child:
9:b48423a135d8
--- a/interface.h	Mon Nov 14 02:16:14 2016 +0000
+++ b/interface.h	Mon Nov 14 02:22:40 2016 +0000
@@ -8,6 +8,7 @@
 
 public:
     interface();
+    ~interface();
     interface(Serial*);
     interface(Serial* , pulse* , chamberData* , chamberData*);
     void startScreen();