You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Event/EventQueue snippets to mirror updates to the API changes (#125)
* Update Events example to use Chrono times
Also show how to use non_periodic and cancel.
Add timestamp to event printf and add expected results
* Update EventQueue snippets for the chrono dispatch changes
Mbed OS is being updated to bring the event queue dispatch
function in line with other event functions in moving to using
chrono times. This commit updates the associated snippet
examples accordingly. It also fixes the use of the new split
dispatch functions:
dispatch_once(),
dispatch_for(duration ms),
dispatch_forever()
0 commit comments