How to identify broken examples in an Arduino Library…
Lately I noticed that some examples in my Arduino Audio Tools library are not compiling any more. This is not a surprise, since the library is still evolving. So I was looking for a way how to identify the broken examples automatically. Fortunately Arduino provides a Command Line Interface and I just needed to write a simple bash script to compile all relevant examples: #!/bin/bash ## # We compile all examples using arduino-cli in order Read more







