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: hardware.cpp
- Revision:
- 20:bfd23a6845bb
- Parent:
- 19:d58e1e1a9a24
--- a/hardware.cpp Thu Nov 24 01:10:08 2016 +0000 +++ b/hardware.cpp Thu Nov 24 03:26:14 2016 +0000 @@ -4,7 +4,7 @@ hardware::hardware(): atrium(PTC10),ventricle(PTC11),pc(USBTX,USBRX),sense(PTB2){ pc.baud(9600); - } + } hardware::~hardware(){};