Pacemaker code Implementation for SFWRENG 3K04
Dependencies: mbed Queue mbed-rtos FXOS8700Q
Fork of Pacemaker by
SWFRENG 3K04 Project to design, develop, and document a functional pacemaker.
The project uses the Freescale K64F Microcontroller and C++ mbed library.
Diff: main.cpp
- Revision:
- 31:5e55042e025a
- Parent:
- 29:c0d63940b0c7
- Child:
- 32:69cd1390bc21
--- a/main.cpp Tue Nov 29 21:03:33 2016 +0000 +++ b/main.cpp Tue Nov 29 22:01:54 2016 +0000 @@ -22,8 +22,8 @@ motion_set_chamber(0, ventricle); motionThread.start(motion_thread); - Thread egramThread(osPriorityNormal); - egramThread.start(storeData); +// Thread egramThread(osPriorityNormal); +// egramThread.start(storeData); interface a(io->getSerial() , ventPulse , generalData, atrium , ventricle,io);