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

Function detachInterrupt

X86TestSupport/TestSupport/Arduino.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void detachInterrupt(uint8_t pin) {
29 SoftwareGPIO::instance().detachISR(pin);
30}
31
32extern "C" int __digitalRead(uint8_t pin) {
33 auto& io = SoftwareGPIO::instance();

Callers

nothing calls this directly

Calls 1

detachISRMethod · 0.80

Tested by

no test coverage detected