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:
2:fbba2687ddfe
Child:
8:75c1dd8b0d61
--- a/interface.cpp	Mon Nov 14 02:16:14 2016 +0000
+++ b/interface.cpp	Mon Nov 14 02:22:40 2016 +0000
@@ -13,6 +13,8 @@
 interface::interface(){
     }
 
+interface::~interface(){};
+
 interface::interface(Serial* inputPC){
     pc = inputPC;
     }