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
Trinamic-library/tmc5160hal.c
Line 372 in d261eb7
The text was updated successfully, but these errors were encountered:
Trinamic-library/tmc5160.c
Line 151 in d261eb7
Sorry, something went wrong.
Sorry for the late reply, somehow notifications were turned off for this repo.
Why do I take the inverse 2 times?
I use it as a shorthand for bool ok = tmcdriver[motor.id] != NULL; See this post.
bool ok = tmcdriver[motor.id] != NULL;
TMC5160Reg_ENCM_CTRL No definition found
I did not bother to add it since I had no need for it.
No branches or pull requests
Trinamic-library/tmc5160hal.c
Line 372 in d261eb7
The text was updated successfully, but these errors were encountered: