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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://github.com/trinamic/TMC-API/blob/fd6a5378b2157bf115b8126c9183364b899fa27f/tmc/ic/TMC429/TMC429.c#L379
Shouldn't this be TMC429_IDX_XLATCHED(motor) ?
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.
#define TMC429_IDX_XLATCHED(motor) (0x1C|TMC429_MOTOR(motor))
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. It has been updated.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: