Eric Tran
/
3K04EricTheadfork
eric's fork test
Fork of Pacemaker by
hardware.h
- Committer:
- trane3
- Date:
- 2016-11-16
- Revision:
- 16:aef2f75f216b
- Parent:
- 2:fbba2687ddfe
File content as of revision 16:aef2f75f216b:
#pragma once #include "mbed.h" class hardware{ public: hardware(); ~hardware(); Serial* getSerial(); PwmOut* getChamber(char); private: PwmOut atrium; PwmOut ventricle; Serial pc; };