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:
- 30:cc7586a259fd
- Parent:
- 25:d816de7067da
diff -r 3b49e8c3793f -r cc7586a259fd main.cpp --- a/main.cpp Tue Nov 29 01:15:10 2016 +0000 +++ b/main.cpp Tue Nov 29 21:07:56 2016 +0000 @@ -22,6 +22,8 @@ motion_set_chamber(0, ventricle); motionThread.start(motion_thread); + + interface a(io->getSerial() , ventPulse , generalData, atrium , ventricle,io); a.startScreen();