Pure Python implementation. No C module to compile. Supports half-duplex reads and writes as well as full-duplex transfers. Exposes all available spidev interface options as properties. spidev enabled ...
The spidev library allows Python scripts to communicate with SPI devices on Raspberry Pi. This guide demonstrates how to interface with the W25Q32 (32M-bit SPI Flash Memory) using spidev, including ...