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: voor.h
- Revision:
- 8:75c1dd8b0d61
- Parent:
- 7:4eb590c7e064
- Child:
- 18:aef2f75f216b
- Child:
- 19:d58e1e1a9a24
--- a/voor.h Mon Nov 14 02:22:40 2016 +0000 +++ b/voor.h Tue Nov 15 00:52:39 2016 +0000 @@ -1,10 +1,16 @@ #pragma once #include "mbed.h" +#include "pulse.h" class voor { public: voor(); ~voor(); + voor(pulse*); void startPace(); - + void setPacingMode(int); + private: + int y_pacingMode; + pulse* voorPulse; + }; \ No newline at end of file