![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
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:
- 25:d816de7067da
- Parent:
- 19:d58e1e1a9a24
- Child:
- 27:f8deff828a00
- Child:
- 30:cc7586a259fd
--- a/main.cpp Thu Nov 24 03:51:30 2016 +0000 +++ b/main.cpp Thu Nov 24 04:53:30 2016 +0000 @@ -22,7 +22,7 @@ motion_set_chamber(0, ventricle); motionThread.start(motion_thread); - interface a(io->getSerial() , ventPulse , generalData, atrium , ventricle); + interface a(io->getSerial() , ventPulse , generalData, atrium , ventricle,io); a.startScreen();