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/Task3.h
- Revision:
- 47:89a7077a70d3
- Parent:
- 45:3847d7bf8b2c
--- a/RTOS-Threads/inc/Task3.h Sat May 17 11:57:09 2014 +0000 +++ b/RTOS-Threads/inc/Task3.h Sun May 18 09:05:41 2014 +0000 @@ -35,8 +35,7 @@ // ======================== int constrainRCCommand(int input); int deadbandInputYPR(int input); -int constrainInputY(int input); -int constrainInputPR(int input); +int constrainInputYPR(int input, int axis); void uartDecoder(char input); #endif