docs-content icon indicating copy to clipboard operation
docs-content copied to clipboard

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

Open drf5n opened this issue 1 year ago • 0 comments

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

drf5n avatar Sep 27 '24 01:09 drf5n