doceme / py-spidev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

increase SPI clock speed

Ogg3l opened this issue · comments

Hello everybody,

how can i increase the clock speed or the CDIV (Clock Divider) see: https://www.raspberrypi.org/documentation/hardware/raspberrypi/spi/README.md?

is there an option?

Thanks :)

If you take a look at the README for py-spidev, you'll see the max-speed-hz option, which can be used to set the clock speed for SPI transactions.

Thanks :)