Unit testing patterns for microcontroller C code

后端 未结 4 1249
隐瞒了意图╮
隐瞒了意图╮ 2020-12-24 08:03

Although there are plenty of unit test frameworks that support C, I\'m a little stumped on how to write unit tests for micro controller code (PIC in my case, but I think the

4条回答
  •  失恋的感觉
    2020-12-24 08:36

    Is there perhaps any kind of loopback mode so that you can use the controller itself to generate events that you can test against?

提交回复
热议问题