Eric Tran
/
3K04EricTheadfork
eric's fork test
Fork of Pacemaker by
voor.h
- Committer:
- trane3
- Date:
- 2016-11-15
- Revision:
- 8:75c1dd8b0d61
- Parent:
- 7:4eb590c7e064
- Child:
- 16:aef2f75f216b
File content as of revision 8:75c1dd8b0d61:
#pragma once #include "mbed.h" #include "pulse.h" class voor { public: voor(); ~voor(); voor(pulse*); void startPace(); void setPacingMode(int); private: int y_pacingMode; pulse* voorPulse; };