Module spi

Module spi 

Source
Expand description

Serial Peripheral Interface (SPI) abstraction layer.

  • SpiBus wraps a configured HAL SPI instance with 8-bit words.
  • ChipSelect is an active-low GPIO output wrappr for manual CS control.

Structsยง

ChipSelect
Manual chip-select line, active-low, generic over any GPIO pin.
SpiBus
Wrapper around an enabled HAL SPI instance (8-bit words).