Eric Tran
/
3K04EricTheadfork
eric's fork test
Fork of Pacemaker by
voor.cpp
- Committer:
- trane3
- Date:
- 2016-11-15
- Revision:
- 10:35b259e70c9a
- Parent:
- 8:75c1dd8b0d61
- Child:
- 16:aef2f75f216b
File content as of revision 10:35b259e70c9a:
#pragma once #include "mbed.h" #include "voor.h" #include "pulse.h" voor::voor(){} voor::voor(pulse* p){ voorPulse = p; } voor::~voor(){}; void voor::startPace(){ while (true){ voorPulse->startPulse(); //startPulse(); } } void voor::setPacingMode(int i){ y_pacingMode = i; }