Skip to content
New issue

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

SPI support #92

Open
Chr157i4n opened this issue Mar 1, 2025 · 0 comments
Open

SPI support #92

Chr157i4n opened this issue Mar 1, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Chr157i4n
Copy link
Owner

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

@Chr157i4n Chr157i4n added the enhancement New feature or request label Mar 1, 2025
Chr157i4n added a commit that referenced this issue Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant