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.h
- Revision:
- 93:1553fb156915
- Parent:
- 91:0e8d76030598
- Child:
- 96:807f04bd5256
--- a/src/ConfigurationHandler/Controls/SetpointControl.h Tue Sep 20 19:19:34 2016 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.h Tue Sep 20 19:31:38 2016 +0000 @@ -65,8 +65,10 @@ bool overLimit(); // state transition functions - void startFeed(); - void stopFeed(); + void startFeed(void); + void stopFeed(void); + + void display(void); string getControlFile(void) const { return controlFile;