Skip to content

Commit 874b41f

Browse files
authored
Update wire.rst (#1990)
Correct buffer size to match Wire.h
1 parent fcd47fe commit 874b41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wire.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ diagram for your board, or it won't work.
2020
Other than that, the API is compatible with the Arduino standard.
2121
Both master and slave operation are supported.
2222

23-
Master transmissions are buffered (up to 128 bytes) and only performed
23+
Master transmissions are buffered (up to 256 bytes) and only performed
2424
on ``endTransmission``, as is standard with modern Arduino Wire implementations.
2525

2626
For more detailed information, check the `Arduino Wire documentation <https://www.arduino.cc/en/reference/wire>`_ .

0 commit comments

Comments
 (0)