Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
Diff: voor.cpp
- Revision:
- 11:35b259e70c9a
- Parent:
- 8:75c1dd8b0d61
- Child:
- 18:aef2f75f216b
- Child:
- 19:d58e1e1a9a24
--- a/voor.cpp Tue Nov 15 20:30:12 2016 +0000 +++ b/voor.cpp Tue Nov 15 21:27:46 2016 +0000 @@ -12,9 +12,13 @@ voor::~voor(){}; void voor::startPace(){ - voorPulse->startPulse(); + while (true){ + voorPulse->startPulse(); + //startPulse(); + } } void voor::setPacingMode(int i){ y_pacingMode = i; - } \ No newline at end of file + } + \ No newline at end of file