![](/media/cache/profiles/84f995e53e7a1c20a3e3e381ab0ac229.jpg.50x50_q85.png)
eric's fork test
Fork of Pacemaker by
hardware.h
- Committer:
- trane3
- Date:
- 2016-11-15
- Revision:
- 8:75c1dd8b0d61
- Parent:
- 2:fbba2687ddfe
File content as of revision 8:75c1dd8b0d61:
#pragma once #include "mbed.h" class hardware{ public: hardware(); ~hardware(); Serial* getSerial(); PwmOut* getChamber(char); private: PwmOut atrium; PwmOut ventricle; Serial pc; };