mmurdoch / arduinounit

ArduinoUnit is a unit testing framework for Arduino libraries
MIT License
394 stars 51 forks source link

running unit tests locally #93

Open reymalahay opened 1 year ago

reymalahay commented 1 year ago

hi all,

firstly, thank you for this framework.

is there a way to mock out digitalX and analogX calls? i want to run my tests on my local computer before i load the firmware to my board.

please advise.

thanks in advance, rey malahay