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.
Diff: RTOS-Threads/inc/Task4.h
- Revision:
- 33:f88a6ee18103
- Parent:
- 30:d9b988f8d84f
- Child:
- 44:4be5c01c6de2
--- a/RTOS-Threads/inc/Task4.h Mon May 12 13:20:06 2014 +0000 +++ b/RTOS-Threads/inc/Task4.h Mon May 12 13:49:43 2014 +0000 @@ -25,6 +25,9 @@ /* Thread4: Update ESC pulsewidth */ void Task4(void const *argument); +// ======================== +// === Helper functions === +// ======================== int constrainESC(float input); #endif