Module gpio_async

Source
Expand description

Interface for GPIO pins that require split-phase operation to control.

Traits§

Client
The gpio_async Client interface is used to both receive callbacks when a configuration command finishes and to handle interrupt events from pins with interrupts enabled.
Port
Interface for banks of asynchronous GPIO pins.