Introduction
Please note that win32Arduino source code is now moved to GitHub. Source code can be downloaded from the project’s GitHub page.
After implementing many arduino library, I realized that unit testing a library is harder than I though. Most of the time, the library does not even require advanced arduino functionalities and could be tested outside of the arduino platform.
The win32Arduino is a solution to this issue.
Keep reading win32Arduino: a win32 library that implements most arduino functions ?