Pacemaker code Implementation for SFWRENG 3K04

Dependencies:   FXOS8700Q Queue mbed-rtos mbed

Fork of Pacemaker by Eric dollar

Revision:
2:9f1091a53ff5
Parent:
0:b2b3955cd77b
Child:
3:84d3ef9acd17
--- 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');