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: interface.cpp
- Revision:
- 36:b6431cd8ecd6
- Parent:
- 35:fa164704f0ca
--- a/interface.cpp Tue Dec 13 04:34:36 2016 +0000 +++ b/interface.cpp Sun Dec 18 02:29:59 2016 +0000 @@ -145,8 +145,7 @@ double myInt = (myDataStruct->getData()); pc->printf("%f\n", myInt); pc->printf("%c\n", atrData->getMarker()); - //rled = !rled; - Thread::wait(4); + wait_ms(4); } break; }