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:
- 19:d58e1e1a9a24
- Parent:
- 16:08d5e5a3ee74
- Child:
- 20:bfd23a6845bb
--- a/hardware.cpp Thu Nov 17 04:10:59 2016 +0000 +++ b/hardware.cpp Thu Nov 24 01:10:08 2016 +0000 @@ -2,8 +2,7 @@ #include "hardware.h" #include "mbed.h" - -hardware::hardware(): atrium(PTC12),ventricle(PTC12),pc(USBTX,USBRX),sense(PTB2){ +hardware::hardware(): atrium(PTC10),ventricle(PTC11),pc(USBTX,USBRX),sense(PTB2){ pc.baud(9600); }