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
Diff: header/measure.h
- Revision:
- 75:4064a0f13083
- Parent:
- 62:6e021f4d2fbb
- Child:
- 76:53a25f1dc2b6
--- a/header/measure.h Fri Apr 06 06:55:36 2018 +0000 +++ b/header/measure.h Fri Apr 06 11:59:29 2018 +0000 @@ -1,6 +1,19 @@ #pragma once #include "mbed.h" +/* Attach Interrupts +*/ +void initInterrupt(); + +/* Write Time for PWM +* @ Write to global variable +*/ +void writeTime(); + +/* Write Period for PWM +* @ Write to global variable +*/ +void writePeriod(); /* Read Timer */
