Custom state functions for each pin
| 49 | |
| 50 | // Custom state functions for each pin |
| 51 | uint8_t getSimulatedPin37State() { |
| 52 | return simulatedPin37State; |
| 53 | } |
| 54 | |
| 55 | uint8_t getSimulatedPin38State() { |
| 56 | return simulatedPin38State; |
nothing calls this directly
no outgoing calls
no test coverage detected