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/TimerControl.h
- Revision:
- 133:c871de2d2b90
- Parent:
- 132:45821e189dd0
- Child:
- 136:6ad7ba157b70
--- a/src/ConfigurationHandler/Controls/TimerControl.h Tue Sep 27 12:18:47 2016 +0000 +++ b/src/ConfigurationHandler/Controls/TimerControl.h Tue Sep 27 15:28:59 2016 +0000 @@ -52,6 +52,9 @@ bool timerStart(void); bool timerStop(void); + void startFeed(void); + void stopFeed(void); + void start(void); void update(void);