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
{{ message }}
This repository was archived by the owner on Dec 9, 2018. It is now read-only.
Embedded software must deal with several external signal/events (interrupts!). How should we structure our program to deal with these interrupts which may happen at any time (i.e. they are asynchronous events)?
There are many ways to tackle this problem. This issue is an space to discuss possible solutions and the abstractions these solutions require.
Embedded software must deal with several external signal/events (interrupts!). How should we structure our program to deal with these interrupts which may happen at any time (i.e. they are asynchronous events)?
There are many ways to tackle this problem. This issue is an space to discuss possible solutions and the abstractions these solutions require.