a pacemaker

Dependencies:   mbed

Revision:
2:ab8469051a2d
Parent:
1:446bd28a1f19
Child:
3:334300ac49e5
--- a/clock.cpp	Wed Oct 26 13:42:57 2016 +0000
+++ b/clock.cpp	Wed Oct 26 14:04:14 2016 +0000
@@ -15,11 +15,3 @@
 double get_time(void){
     return counter;
     }
-    
-int wait_time(double wait_time){
-    while (wait_time > 0){
-        wait_time--;
-        }
-    return 1;
-    }
-    
\ No newline at end of file