Shared event example. Instead of creating special thread user can use shared event queue i.e. sharing it with other system components and saving RAM. As the event queue is shared, you should limit the execution time of your event functions to avoid delaying other users’ events excessively.
.gitignore@0:7c7d5b625e59, 2017-12-18 (annotated)
- Committer:
- deepikabhavnani
- Date:
- Mon Dec 18 16:50:19 2017 +0000
- Revision:
- 0:7c7d5b625e59
Shared event example: deferring from interrupt context
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
deepikabhavnani | 0:7c7d5b625e59 | 1 | .build |
deepikabhavnani | 0:7c7d5b625e59 | 2 | .mbed |
deepikabhavnani | 0:7c7d5b625e59 | 3 | projectfiles |
deepikabhavnani | 0:7c7d5b625e59 | 4 | *.py* |