Timer peripheral class. This lib. include function ; WAIT, stop, reset, start, and read_ms.
Dependents: DetectFreqAboveTH RN41
Revision 7:8fbe0cf9d582, committed 2017-09-29
- Comitter:
- AkinoriHashimoto
- Date:
- Fri Sep 29 07:05:10 2017 +0000
- Parent:
- 6:4cb4eea64805
- Commit message:
- adj. wait_us()
Changed in this revision
myTimer.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4cb4eea64805 -r 8fbe0cf9d582 myTimer.h --- a/myTimer.h Fri Sep 29 06:46:31 2017 +0000 +++ b/myTimer.h Fri Sep 29 07:05:10 2017 +0000 @@ -19,7 +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); + void wait_us(int waitTime, bool _START=true, bool _RESET=true, bool _STOP=true); }; // EOF \ No newline at end of file