pub trait PinAddress: Sealed { }
Expand description

A pin that can be used as one bit of the memory address

This is used to switch between data and command mode.

Implementors