IntroductionΒΆ

Offline unit testing of Arduino code is challenging because of missing libraries. In this project, we aim to make code using the standard Serial interface testable using the Catch2 unit testing framework.