How can I unit test Arduino code?

后端 未结 20 764
情深已故
情深已故 2020-12-07 06:53

I\'d like to be able to unit test my Arduino code. Ideally, I would be able to run any tests without having to upload the code to the Arduino. What tools or libraries can he

20条回答
  •  Happy的楠姐
    2020-12-07 07:24

    I am not aware of any platform which can test Arduino code.

    However, there is the Fritzing platform, which you can use to model the hardware and later on export PCB diagrams and stuff.

    Worth checking.

提交回复
热议问题