Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
Diff: voor.h
- Revision:
- 8:75c1dd8b0d61
- Parent:
- 7:4eb590c7e064
- Child:
- 18:aef2f75f216b
- Child:
- 19:d58e1e1a9a24
diff -r 4eb590c7e064 -r 75c1dd8b0d61 voor.h --- 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