What does it take to write a good Arduino library?
Arduino library should be easy to use, well documented, and covered with unit tests. How to do it?
Arduino library should be easy to use, well documented, and covered with unit tests. How to do it?