Skip to main content

irq_enable

Function irq_enable 

Source
pub fn irq_enable(pin: GpioPin) -> Result<()>
Expand description

Enable a previously registered GPIO interrupt.

ยงErrors

Returns an error if the interrupt has not been registered or the pin is invalid.