disableInterrupt

Disables the interrupt until you enable it.

DigitalIn.swift:337
@discardableResult func disableInterrupt() -> Result<(), Errno>

Returns

Whether the configuration succeeds. If it fails, it returns the specific error.