Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
Diff: hardware.h
- Revision:
- 0:b2b3955cd77b
- Child:
- 1:fbba2687ddfe
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hardware.h Sun Oct 30 16:04:52 2016 +0000 @@ -0,0 +1,15 @@ +#pragma once +#include "mbed.h" + +class hardware{ + public: + hardware(); + ~hardware(); + Serial* getSerial(); + AnalogOut* getChamber(char); + + private: + AnalogOut atrium; + AnalogOut ventricle; + Serial pc; +}; \ No newline at end of file