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

Function attachInterruptArg

X86TestSupport/TestSupport/Arduino.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void attachInterruptArg(uint8_t pin, void (*callback)(void*, bool), void* arg, int mode) {
25 SoftwareGPIO::instance().attachISR(pin, callback, arg, mode);
26}
27
28void detachInterrupt(uint8_t pin) {
29 SoftwareGPIO::instance().detachISR(pin);

Callers 1

attachInterruptFunction · 0.85

Calls 1

attachISRMethod · 0.80

Tested by

no test coverage detected