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 fcd47fe commit 874b41fCopy full SHA for 874b41f
docs/wire.rst
@@ -20,7 +20,7 @@ diagram for your board, or it won't work.
20
Other than that, the API is compatible with the Arduino standard.
21
Both master and slave operation are supported.
22
23
-Master transmissions are buffered (up to 128 bytes) and only performed
+Master transmissions are buffered (up to 256 bytes) and only performed
24
on ``endTransmission``, as is standard with modern Arduino Wire implementations.
25
26
For more detailed information, check the `Arduino Wire documentation <https://www.arduino.cc/en/reference/wire>`_ .
0 commit comments