Akinori Hashimoto / myTimer

Dependents:   DetectFreqAboveTH RN41

Revision:
4:2f7a8e62597a
Parent:
3:de4737751df6
Child:
5:c9304777ce1a
--- a/myTimer.cpp	Tue Oct 20 08:24:35 2015 +0000
+++ b/myTimer.cpp	Thu Nov 05 04:02:28 2015 +0000
@@ -50,5 +50,7 @@
     if(wt <= 0)
         return;
     ::wait_ms(wt);
+    if(_RESET)
+        this->reset();
     return;
 }
\ No newline at end of file