Module max7301::expander::immediate[][src]

Immediate-mode I/O adapter.

Structs

ImmediateIO

This I/O adapter captures the Expander and provides a factory for generating GPIO pins that implement InputPin and OutputPin traits. Each such pin will immediately issue a bus transaction to get or set the value every time any pin is accessed.