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:
1:9f1091a53ff5
Parent:
0:b2b3955cd77b
Child:
3:84d3ef9acd17
diff -r b2b3955cd77b -r 9f1091a53ff5 main.cpp
--- a/main.cpp	Sun Oct 30 16:04:52 2016 +0000
+++ b/main.cpp	Mon Nov 14 01:25:36 2016 +0000
@@ -6,6 +6,9 @@
 #include "hardware.h"
 #include "interface.h"
 
+//comment testing
+//adding comments to test version control functionality
+
 int main(){
     hardware* io = new hardware();
     chamberData* atrium = new chamberData(io->getSerial(),'a');