Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
Diff: main.cpp
- Revision:
- 25:d816de7067da
- Parent:
- 19:d58e1e1a9a24
- Child:
- 27:f8deff828a00
--- 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();