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:
- 79:c825bd2dea81
- Parent:
- 78:56487bba3934
- Parent:
- 76:53a25f1dc2b6
- Child:
- 83:d327a532c0ad
diff -r 56487bba3934 -r c825bd2dea81 header/measure.h --- a/header/measure.h Sun Apr 08 02:30:16 2018 +0000 +++ b/header/measure.h Sun Apr 08 17:29:08 2018 +0000 @@ -1,16 +1,24 @@ #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(); + /* Disable all Container */ void disableContainer(); @@ -20,14 +28,12 @@ */ void enableContainer(char container); + /* Get DutyCycle * @return DutyCycle in promille */ int getDutyCycle(); -/* Attach Interrupts -*/ -void initInterrupt(); /* Turn Container 90 degrees * @param Container 1-6