Skip to content

ARMmbed/mbed-os-snippet-EventFlags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

EventFlags example for Mbed OS

This example shows the EventFlags class. One thread is waiting for either of the two defined flags to be set. The second thread is periodically setting the flags.

Note that you can use the wait_any() method to clear the flags.

Note: For more context or to see this example in a rendered form, you can import into the Arm Mbed Online Compiler, please see the documentation.

MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.

About

A mirrored example snippet from mbed-os-examples-docs_only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages