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.
TIMER/timer.h@2:9418258519ea, 2021-08-06 (annotated)
- Committer:
- yezhong
- Date:
- Fri Aug 06 09:03:02 2021 +0000
- Revision:
- 2:9418258519ea
- Parent:
- 0:dd5d4837292c
111
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
panzhan | 0:dd5d4837292c | 1 | #ifndef _TIMER_H |
panzhan | 0:dd5d4837292c | 2 | #define _TIMER_H |
panzhan | 0:dd5d4837292c | 3 | |
panzhan | 0:dd5d4837292c | 4 | |
panzhan | 0:dd5d4837292c | 5 | #include "mbed.h" |
panzhan | 0:dd5d4837292c | 6 | |
panzhan | 0:dd5d4837292c | 7 | |
panzhan | 0:dd5d4837292c | 8 | extern Timer fuzzytimer; |
panzhan | 0:dd5d4837292c | 9 | extern uint64_t Tfuzzy; |
panzhan | 0:dd5d4837292c | 10 | |
panzhan | 0:dd5d4837292c | 11 | |
panzhan | 0:dd5d4837292c | 12 | extern Timer tim; |
panzhan | 0:dd5d4837292c | 13 | |
panzhan | 0:dd5d4837292c | 14 | |
panzhan | 0:dd5d4837292c | 15 | #endif |