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: pulse.h
- Revision:
- 2:fbba2687ddfe
- Parent:
- 0:b2b3955cd77b
- Child:
- 8:75c1dd8b0d61
--- a/pulse.h Sun Oct 30 16:04:52 2016 +0000 +++ b/pulse.h Mon Nov 14 01:27:31 2016 +0000 @@ -18,7 +18,7 @@ float p_lowrateInterval; bool p_hysteresis; Serial* pc; - AnalogOut* aOut; + PwmOut* aOut; chamberData* myChamber; hardware* myIOpins;