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.
Timer3.h@0:e619b6823668, 2014-01-28 (annotated)
- Committer:
- garyr
- Date:
- Tue Jan 28 17:01:19 2014 +0000
- Revision:
- 0:e619b6823668
First working version
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| garyr | 0:e619b6823668 | 1 | |
| garyr | 0:e619b6823668 | 2 | #ifndef H_TIMER3 |
| garyr | 0:e619b6823668 | 3 | #define H_TIMER3 |
| garyr | 0:e619b6823668 | 4 | |
| garyr | 0:e619b6823668 | 5 | typedef void (*funcptr3)(int); |
| garyr | 0:e619b6823668 | 6 | extern void Timer3_init(funcptr3); |
| garyr | 0:e619b6823668 | 7 | |
| garyr | 0:e619b6823668 | 8 | #endif |