Simple 64-bit timer for mbed. It is a drastically simplified version of Timer64 class by Tom Doyle. It is meant to be used in single-thread applications, where timer is used frequently, while standard 32-bit Timer is not enough.
Fork of Timer64 by
Revisions of Timer64.h
Revision | Date | Message | Actions |
---|---|---|---|
4:9ca673a83acb | 2016-03-28 | Added documentation.; Added check for NULL pointer.; | File Diff Annotate |
3:8396d3e6eb62 | 2016-03-28 | Added code to make Timer64 thread safe; | File Diff Annotate |
2:e89b02820e93 | 2016-03-27 | Reorganized code to make it easier to read. | File Diff Annotate |
1:497fba179833 | 2016-03-27 | bug fixes and code updates; | File Diff Annotate |
0:1e0e79e82839 | 2016-03-26 | Updated; | File Diff Annotate |