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.
util.h@0:9753f3c2e5ca, 2015-02-16 (annotated)
- Committer:
- nki
- Date:
- Mon Feb 16 20:16:01 2015 +0000
- Revision:
- 0:9753f3c2e5ca
hello bayley;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nki | 0:9753f3c2e5ca | 1 | #ifndef __UTIL_H |
nki | 0:9753f3c2e5ca | 2 | #define __UTIL_H |
nki | 0:9753f3c2e5ca | 3 | |
nki | 0:9753f3c2e5ca | 4 | void initTimers(); |
nki | 0:9753f3c2e5ca | 5 | void initPins(); |
nki | 0:9753f3c2e5ca | 6 | void initData(); |
nki | 0:9753f3c2e5ca | 7 | |
nki | 0:9753f3c2e5ca | 8 | #endif |