April 2020
Intermediate to advanced
294 pages
7h 53m
English
The PCA8574 is the lowest level component in the application that we developed in Chapter 3, Writing a MicroPython Driver for an I/O Expander. It makes sense that we should develop the test cases for this module first. As I mentioned earlier, preferably, we would do this while we were developing the module, but in this case, we are adding it after the fact. We want to make sure that we test the module effectively for our application. In this case, there are four tests that we want to perform:
We could design a series of tests that would check every ...
Read now
Unlock full access