Timer peripheral class. This lib. include function ; WAIT, stop, reset, start, and read_ms.

Dependents:   DetectFreqAboveTH RN41

Revision:
6:4cb4eea64805
Parent:
5:c9304777ce1a
Child:
7:8fbe0cf9d582
--- a/myTimer.h	Tue Mar 29 10:50:26 2016 +0000
+++ b/myTimer.h	Fri Sep 29 06:46:31 2017 +0000
@@ -19,6 +19,7 @@
     int read_ms(bool _START=true, bool _RESET=true, bool _STOP=true);
     int read_us(bool _START=true, bool _RESET=true, bool _STOP=true);
     void wait_ms(int waitTime, bool _START=true, bool _RESET=true, bool _STOP=true);
+    void wait_u(int waitTime, bool _START=true, bool _RESET=true, bool _STOP=true);
 };
 
 // EOF
\ No newline at end of file