eric's fork test

Dependencies:   mbed-rtos mbed

Fork of Pacemaker by 3k04 team

Revision:
16:aef2f75f216b
Parent:
8:75c1dd8b0d61
diff -r 3b8acee3510d -r aef2f75f216b voor.h
--- a/voor.h	Wed Nov 16 15:19:20 2016 +0000
+++ b/voor.h	Wed Nov 16 20:55:27 2016 +0000
@@ -1,6 +1,7 @@
 #pragma once
 #include "mbed.h"
 #include "pulse.h"
+#include "rtos.h"
 
 class voor {
     public:
@@ -9,6 +10,7 @@
         voor(pulse*);
         void startPace();
         void setPacingMode(int);
+        void voor_pace(void const *args);
     private:
         int y_pacingMode;
         pulse* voorPulse;