We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the feature Implement the SPI interface src/tmc_driver/_tmc_spi.py spidev could be used to for SPI communication https://pypi.org/project/spidev/
The goal is, to be able to create an TmcDriver object like this:
tmc = Tmc2240(21, 16, 20, TmcSpi(param_xyz))
I currently dont have a driver with an SPI interface, so i can not test it.
Additional context some TMC driver like the TMC2240 have a SPI interface
The text was updated successfully, but these errors were encountered:
implemented SPI support #92
837a2cf
No branches or pull requests
Describe the feature
Implement the SPI interface
src/tmc_driver/_tmc_spi.py
spidev could be used to for SPI communication
https://pypi.org/project/spidev/
The goal is, to be able to create an TmcDriver object like this:
I currently dont have a driver with an SPI interface, so i can not test it.
Additional context
some TMC driver like the TMC2240 have a SPI interface
The text was updated successfully, but these errors were encountered: