pub trait DataPins: Sealed { }
Expand description

A set of data pins

Currently this trait is only implemented for tuples of 16 data pins. In the future, this driver may support 8-bit mode using 8 data pins.

Implementations on Foreign Types

Implementors