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

Update introduction-to-the-serial-peripheral-interface.md to eliminate broken print(val,BYTE) statements #2199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

drf5n
Copy link

@drf5n drf5n commented Sep 27, 2024

Changed the Serial.print(char,BYTE) lines in the code to remove the unnecessary ",BYTE" error. "BYTE" causes errors as it is undefined.

As written, the sample code doesn't compile, providing a needlessly frustrating experience to your users.

What This PR Changes

  • (Please explain here why you created the pull request and specify what it changes)

Contribution Guidelines

Changed the `Serial.print(char,BYTE)` lines in the code to remove the unnecessary "`,BYTE`" error.   "BYTE" causes errors as it is undefined.
@g-castronovo g-castronovo added bug Something isn't working community Bugs and fixes suggested by the community maker labels Sep 27, 2024
@drf5n drf5n changed the title Update introduction-to-the-serial-peripheral-interface.md Update introduction-to-the-serial-peripheral-interface.md to eliminate broken print(val,BYTE) statements Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community Bugs and fixes suggested by the community maker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants