eric's fork test
Fork of Pacemaker by
Embed:
(wiki syntax)
Show/hide line numbers
voor.cpp
00001 #pragma once 00002 #include "mbed.h" 00003 #include "voor.h" 00004 #include "pulse.h" 00005 00006 voor::voor(){} 00007 00008 voor::voor(pulse* p){ 00009 voorPulse = p; 00010 } 00011 00012 voor::~voor(){}; 00013 00014 void voor::startPace(){ 00015 voorPulse->startPulse(); 00016 } 00017 00018 void voor::setPacingMode(int i){ 00019 y_pacingMode = i; 00020 }
Generated on Wed Jul 20 2022 23:08:53 by
1.7.2
Eric Tran
