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@0:dd5d4837292c, 2021-06-09 (annotated)
- Committer:
- panzhan
- Date:
- Wed Jun 09 01:41:45 2021 +0000
- Revision:
- 0:dd5d4837292c
continuous motion
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 |