vsergeev / python-periphery

A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.
MIT License
519 stars 139 forks source link

Any plans to create a configurable cs_change in spi.py? #37

Closed Livius90 closed 4 years ago

Livius90 commented 4 years ago

Hi! It would be nice if there be any function or method to configurate spi_xfer.cs_change to 0 or 1. My embedded board is supporting burst transfer in SPI and i need to create spi_xfer.cs_change=1 manually in transfer-function source always to use the normal mode.

vsergeev commented 4 years ago

Closing for now, see vsergeev/c-periphery#19.