Recently while working on an open source Arduino library (more about that later) I ran into a challenge: how to make the library’s interrupt-related code compile into the Sketch only if the Sketch writer needed it?
Continue reading How to write an Arduino Library that contains Sketch-conditional code