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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ConfigurationHandler/Controls/SetpointControl.cpp
- Revision:
- 0:65cfa4873284
- Child:
- 1:057d8fc6cb2f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp Thu Sep 01 18:57:04 2016 +0000 @@ -0,0 +1,16 @@ +#include <stdio.h> + +/***************************************************************************** + * Function: SetpointControl + * Description: entry point for a Setpoint control thread + * + * @param (IN) args (user-defined arguments) + * @return none + *****************************************************************************/ +void SetpointControl(void const *args) +{ + printf("\r%s created\n", __func__); + + while (true ) { + } +} \ No newline at end of file