Summary
I'm sure you have got the point regarding interrupts with all the things we have seen in this chapter.
We have met and understood what an interrupt is and how the CPU attends to it by running an ISR, and we have even learned about their special characteristics and restrictions and that we should keep them as few as possible.
On the programming side, the only thing necessary to work with interrupts is to correctly attach the ISR with a call to the attachInterrupt() function.
From the point of view of hardware, we have assembled an encoder that has been attached to a spinning motor to account for its revolutions.
Finally, we have the code. We have seen a relatively long sketch, which is a sign that we are beginning to master the platform, are ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access