| 7 | |
| 8 | struct SoftwarePin { |
| 9 | SoftwarePin() : callback(), argument(nullptr), mode(0), driverValue(false), padValue(false), pinMode(0) {} |
| 10 | |
| 11 | void (*callback)(void*, bool v); |
| 12 | void* argument; |
nothing calls this directly
no outgoing calls
no test coverage detected