Akinori Hashimoto / myTimer

Dependents:   DetectFreqAboveTH RN41

Revision:
1:685c0f37a569
Parent:
0:04c9087b9ca9
Child:
2:3060a6604f13
--- a/myTimer.h	Wed Sep 02 04:35:03 2015 +0000
+++ b/myTimer.h	Sun Sep 27 11:44:47 2015 +0000
@@ -16,7 +16,8 @@
     void stop();
     void reset();
     void start();
-    int read_ms(bool _START=true, bool _RESET=true, bool _STOP=true);  
+    int read_ms(bool _START=true, bool _RESET=true, bool _STOP=true);
+    void wait_ms(int waitTime, bool _START=true, bool _RESET=true, bool _STOP=true);
 };
 
 // EOF
\ No newline at end of file