MCPcopy Create free account
hub / github.com/bdring/FluidNC / SoftwarePin

Method SoftwarePin

X86TestSupport/TestSupport/SoftwareGPIO.h:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8struct SoftwarePin {
9 SoftwarePin() : callback(), argument(nullptr), mode(0), driverValue(false), padValue(false), pinMode(0) {}
10
11 void (*callback)(void*, bool v);
12 void* argument;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected