Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DetectFreqAboveTH RN41
Diff: myTimer.h
- 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