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.
voor.h
- Committer:
- trane3
- Date:
- 2016-11-15
- Revision:
- 8:75c1dd8b0d61
- Parent:
- 7:4eb590c7e064
- Child:
- 18:aef2f75f216b
- Child:
- 19:d58e1e1a9a24
File content as of revision 8:75c1dd8b0d61:
#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; };