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

TMC429_IDX_XLATCHED -> TMC429_IDX_XLATCHED(motor)? #19

Open
Chris-Idema-WizzDev opened this issue Oct 5, 2021 · 1 comment
Open

TMC429_IDX_XLATCHED -> TMC429_IDX_XLATCHED(motor)? #19

Chris-Idema-WizzDev opened this issue Oct 5, 2021 · 1 comment

Comments

@Chris-Idema-WizzDev
Copy link

https://github.com/trinamic/TMC-API/blob/fd6a5378b2157bf115b8126c9183364b899fa27f/tmc/ic/TMC429/TMC429.c#L379

Shouldn't this be TMC429_IDX_XLATCHED(motor) ?

The define in TMC429_Register.h is:: #define TMC429_IDX_XLATCHED(motor) (0x1C|TMC429_MOTOR(motor))
So it takes a parameter.

@trinamic-ASU
Copy link
Contributor

Thank you for your feedback. It has been updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants