We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c65a6 commit 9421887Copy full SHA for 9421887
Language/Functions/Communication/Serial/print.adoc
@@ -35,7 +35,7 @@ You can pass flash-memory based strings to Serial.print() by wrapping them with
35
36
`Serial.print(F(“Hello World”))`
37
38
-To send a single byte, use link:../write[Serial.write()].
+To send data without conversion to its representation as characters, use link:../write[Serial.write()].
39
[%hardbreaks]
40
41
0 commit comments