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.
Dependencies: SDFileSystem mbed
Fork of PES4_Programme by
header/measure.h@48:2092e0a411b8, 2018-03-29 (annotated)
- Committer:
- aeschsim
- Date:
- Thu Mar 29 17:20:54 2018 +0000
- Revision:
- 48:2092e0a411b8
- Parent:
- 47:0f44c88e7643
- Child:
- 62:6e021f4d2fbb
measure functions draft;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| aeschsim | 48:2092e0a411b8 | 1 | #pragma once |
| aeschsim | 48:2092e0a411b8 | 2 | /* |
| aeschsim | 48:2092e0a411b8 | 3 | #include "mbed.h" |
| aeschsim | 48:2092e0a411b8 | 4 | |
| aeschsim | 48:2092e0a411b8 | 5 | void startTimer(); |
| aeschsim | 48:2092e0a411b8 | 6 | |
| aeschsim | 48:2092e0a411b8 | 7 | void stopTimer(); |
| aeschsim | 48:2092e0a411b8 | 8 | |
| aeschsim | 48:2092e0a411b8 | 9 | int getDutyCycle(char container); |
| aeschsim | 48:2092e0a411b8 | 10 | */ |
