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.
2 parents 82b48b3 + 1969829 commit fd1d160Copy full SHA for fd1d160
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