eric's fork test

Dependencies:   mbed

Fork of Pacemaker by 3k04 team

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers voor.cpp Source File

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     }