-
-
Notifications
You must be signed in to change notification settings - Fork 727
Update SPI.adoc #889
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
Update SPI.adoc #889
Conversation
Added endTransaction() link to function section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed CLA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it will be best to place the link on the line after the link for the beginTransaction
reference page, as the order was in the original SPI library reference before the loss of the link during the migration.
You can see how it used to look here on the Wayback Machine snapshot:
https://web.archive.org/web/20220120162953/https://www.arduino.cc/en/Reference/SPI
Moved endTransaction() to after beginTransaction() as suggested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for fixing this serious omission @John-Karatka!
Added endTransaction() link to function section.