| 57 | } |
| 58 | |
| 59 | uint8_t getSimulatedPin39State() { |
| 60 | return simulatedPin39State; |
| 61 | } |
| 62 | |
| 63 | // Helper to initialize button with specific pin and state function |
| 64 | Button2 createTestButton(uint8_t pin, uint8_t (*stateFunction)(), uint8_t* stateVar) { |
nothing calls this directly
no outgoing calls
no test coverage detected