Skip to content

Any way to temporarily change SPI frequency without re-initialization of interface? #15596

Discussion options

You must be logged in to vote

One you have created an SPI instance, like spi=machine.SPI(.......), you can change the baudrate with spi.init(baudrate=nnn) without changing other properties of the SPI object.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pferdob
Comment options

Answer selected by pferdob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants