| 49 | |
| 50 | |
| 51 | unittest(test_constructor_TCA9555) |
| 52 | { |
| 53 | TCA9555 TCA(0x22); |
| 54 | |
| 55 | assertTrue(TCA.begin()); |
| 56 | assertTrue(TCA.isConnected()); |
| 57 | assertEqual(55, TCA.getType()); |
| 58 | } |
| 59 | |
| 60 | |
| 61 | unittest(test_constructor_TCA9535) |
nothing calls this directly
no test coverage detected