ActiveHigh

Trait 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,