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: interface.h
- Revision:
- 26:3b49e8c3793f
- Parent:
- 25:d816de7067da
- Child:
- 31:5e55042e025a
--- a/interface.h Thu Nov 24 04:53:30 2016 +0000 +++ b/interface.h Tue Nov 29 01:15:10 2016 +0000 @@ -33,6 +33,7 @@ void changeData(int , double); // UI tells the user to you 1 for atrium, 2 for ventricle, etc. void getData(int); void getEgram(); + bool isEgram; Serial* pc; pulse* interfacePulse; pulse* atrPulse;