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: fll mbed-rtos mbed
Diff: fll.h
- Revision:
- 22:b19dc0387288
- Parent:
- 18:c5d3a4d6e8e5
- Child:
- 26:08387521c994
--- a/fll.h Mon Feb 16 17:33:11 2015 +0000
+++ b/fll.h Mon Feb 16 17:44:23 2015 +0000
@@ -36,6 +36,7 @@
public:
virtual button_t await() = 0;
virtual bool is_finished() = 0;
+ virtual void reset() = 0;
};
// Sink is the end of button stream network
