![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
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:
- 7:4eb590c7e064
- Child:
- 8:75c1dd8b0d61
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/voor.h Mon Nov 14 02:22:40 2016 +0000 @@ -0,0 +1,10 @@ +#pragma once +#include "mbed.h" + +class voor { + public: + voor(); + ~voor(); + void startPace(); + +}; \ No newline at end of file