You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I hit the button it will call serial.write(HIGH) and pass down Buffer.from([1]). However, when it comes back up from the Arduino it seems to be in ascii format. Therefore, I get:
LED did not behave as expected.
Steps and Code to Reproduce the Issue
Download and run the sample code from this repo.
The text was updated successfully, but these errors were encountered:
Summary of Problem
When I hit the button it will call
serial.write(HIGH)
and pass downBuffer.from([1])
. However, when it comes back up from the Arduino it seems to be in ascii format. Therefore, I get:Steps and Code to Reproduce the Issue
Download and run the sample code from this repo.
The text was updated successfully, but these errors were encountered: