eric's fork test
Fork of Pacemaker by
Embed:
(wiki syntax)
Show/hide line numbers
voor.h
00001 #pragma once 00002 #include "mbed.h" 00003 #include "pulse.h" 00004 #include "rtos.h" 00005 00006 class voor { 00007 public: 00008 voor(); 00009 ~voor(); 00010 voor(pulse*); 00011 void startPace(); 00012 void setPacingMode(int); 00013 void voor_pace(void const *args); 00014 private: 00015 int y_pacingMode; 00016 pulse* voorPulse; 00017 00018 };
Generated on Thu Jul 14 2022 00:42:53 by
1.7.2
Eric Tran
