Trait chip_select::ActiveHigh

source ·
pub trait ActiveHigh { }
Expand description

Marker trait to indicate that a pin is active high.

Implementors§

source§

impl<Pin> ActiveHigh for ChipSelectActiveHigh<Pin>
where Pin: OutputPin,