3k04 team / Mbed 2 deprecated Pacemaker

Dependencies:   mbed Queue mbed-rtos FXOS8700Q

Fork of Pacemaker by Eric dollar

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers voor.h Source File

voor.h

00001 #pragma once
00002 #include "mbed.h"
00003 #include "pulse.h"
00004 
00005 class voor {
00006     public:
00007         voor();
00008         ~voor();
00009         voor(pulse*);
00010         voor(pulse*, chamberData*);
00011         void startPace();
00012     private:
00013         pulse* voorPulse;
00014         chamberData* voorChamber;
00015         
00016 };