Skip to content

Commit 6f46d2a

Browse files
author
SimonePDA
authored
Update readBytesUntil.adoc
CamelCase
1 parent 2967582 commit 6f46d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/readBytesUntil.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Serial.readBytesUntil()
1515

1616
[float]
1717
=== Description
18-
Serial.readBytesUntil() reads characters from the serial buffer into an array. The function terminates if the terminator character is detected, the determined length has been read, or it times out (see link:../setTimeout[Serial.setTimeout()]).
18+
Serial.readBytesUntil() reads characters from the serial buffer into an array. The function terminates if the terminator character is detected, the determined length has been read, or it times out (see link:../settimeout[Serial.setTimeout()]).
1919

2020
`Serial.readBytesUntil()` returns the number of characters read into the buffer. A 0 means no valid data was found.
2121

0 commit comments

Comments
 (0)