Skip to content

Commit 9421887

Browse files
committed
Improve explanation of write() vs. print() in Serial.print() page
1 parent d1c65a6 commit 9421887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/print.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can pass flash-memory based strings to Serial.print() by wrapping them with
3535

3636
`Serial.print(F(“Hello World”))`
3737

38-
To send a single byte, use link:../write[Serial.write()].
38+
To send data without conversion to its representation as characters, use link:../write[Serial.write()].
3939
[%hardbreaks]
4040

4141

0 commit comments

Comments
 (0)