We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145ee55 commit 1969829Copy full SHA for 1969829
EventFlags/README.md
@@ -1,3 +1,9 @@
1
# EventFlags example
2
3
EventFlags usage example for Mbed OS.
4
+
5
+This is an example showing a basic usage of `EventFlags` class. One thread is
6
+waiting for either of the two defined flags to be set. The second thread is
7
+periodically setting the flags.
8
9
+Note that the `wait_any()` method is also used to clear the flags.
0 commit comments