| 40 | |
| 41 | |
| 42 | unittest(test_X9C_all) |
| 43 | { |
| 44 | X9C pot; |
| 45 | pot.begin(4,5,6); |
| 46 | assertTrue(pot.incr()); |
| 47 | assertTrue(pot.decr()); |
| 48 | // store() cannot be tested as it calls delay(). |
| 49 | } |
| 50 | |
| 51 | |
| 52 | unittest(test_X9C10X_constructor) |
nothing calls this directly
no test coverage detected