![](/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: VVI.h
- Revision:
- 34:701503855d52
- Parent:
- 33:686a1a0c690f
--- a/VVI.h Mon Dec 12 03:31:55 2016 +0000 +++ b/VVI.h Tue Dec 13 03:46:34 2016 +0000 @@ -1,7 +1,10 @@ #pragma once #include "mbed.h" +#include "sense.h" +#include "pulse.h" +#include "chamberData.h" -void vvi_set_chamber(pulse* c); +void vvi_set_chamber(pulse* c,chamberData* d, sense* e); void start_VVI(); \ No newline at end of file