Module max7301::interface[][src]

This module provide shims for the embedded-hal hardware correspoding to the MAX7301’s supported electrical/bus interfaces. It is a shim between embedded-hal implementations and the expander’s registers.

Modules

spi

The SPI interface controls a MAX7301 via a 4-wire interface (SCK, MOSI, MISO, CS).

Traits

ExpanderInterface

An interface for the MAX7301 implements this trait, which provides the basic operations for sending pre-encoded register accesses to the chip via the interface.