ActiveLow

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