Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
Loading
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.