Pacemaker code Implementation for SFWRENG 3K04

Dependencies:   FXOS8700Q Queue mbed-rtos mbed

Fork of Pacemaker by Eric dollar

Revision:
29:c0d63940b0c7
Parent:
27:f8deff828a00
Child:
30:0cb4890910cd
--- a/main.cpp	Tue Nov 29 20:48:29 2016 +0000
+++ b/main.cpp	Tue Nov 29 21:03:33 2016 +0000
@@ -22,6 +22,9 @@
     motion_set_chamber(0, ventricle);
     motionThread.start(motion_thread);
     
+    Thread egramThread(osPriorityNormal);
+    egramThread.start(storeData);
+    
     interface a(io->getSerial() , ventPulse , generalData, atrium , ventricle,io); 
     
     a.startScreen();