Trait chip_select::ActiveLow

source ·
pub trait ActiveLow { }
Expand description

Marker trait to indicate that a pin is active low.

Implementors§

source§

impl<Pin> ActiveLow for ChipSelectActiveLow<Pin>
where Pin: OutputPin,