Expand description
Serial Peripheral Interface (SPI) abstraction layer.
SpiBuswraps a configured HAL SPI instance with 8-bit words.ChipSelectis an active-low GPIO output wrappr for manual CS control.
Structsยง
- Chip
Select - Manual chip-select line, active-low, generic over any GPIO pin.
- SpiBus
- Wrapper around an enabled HAL SPI instance (8-bit words).