0
votes
4answers
151 views
How to avoid code duplication between similar ISRs?
I have two interrupt service routines (ISR) which basically do the exact same
thing but each handles an interrupt from a different device (although the same type of device). Therefore, the logic is …
1
vote
Recommended Vim plugins for C coding?
For code completion I would recommend snippetsEmu. It is very easy to customize.
…
