Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
Diff: hardware.h
- Revision:
- 1:fbba2687ddfe
- Parent:
- 0:b2b3955cd77b
- Child:
- 16:08d5e5a3ee74
--- a/hardware.h Sun Oct 30 16:04:52 2016 +0000 +++ b/hardware.h Mon Nov 14 01:27:31 2016 +0000 @@ -6,10 +6,10 @@ hardware(); ~hardware(); Serial* getSerial(); - AnalogOut* getChamber(char); + PwmOut* getChamber(char); private: - AnalogOut atrium; - AnalogOut ventricle; + PwmOut atrium; + PwmOut ventricle; Serial pc; }; \ No newline at end of file