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:
21:fc6c33206152
Parent:
19:d58e1e1a9a24
Child:
22:19b187e345c9
--- a/interface.cpp	Thu Nov 24 01:10:08 2016 +0000
+++ b/interface.cpp	Thu Nov 24 03:39:31 2016 +0000
@@ -181,8 +181,6 @@
     }  
  }
  
- 
- 
 char* interface::getInput(){
     char buffer[5];
     fgets (buffer,5,stdin);