We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11eed64 + f54e613 commit 108387aCopy full SHA for 108387a
1 file changed
UART-Between-Boards/code.py
@@ -79,6 +79,7 @@
79
if byte_read == b">":
80
# End of message. Don't record the ">".
81
# Now we have a complete message. Convert it to a string, and split it up.
82
+ print(message)
83
message_parts = "".join(message).split(",")
84
message_type = message_parts[0]
85
message_started = False
0 commit comments