Crate chip_select
source ·Expand description
Chip-Select GPIO support traits.
Structs§
- A chip select pin with active-high behavior.
- A chip select pin with active-low behavior.
Traits§
- Marker trait to indicate that a pin is active high.
- Marker trait to indicate that a pin is active low.
- A chip-select trait.