Wire buffer size: Code vs Docs? #1988
microfoundry
started this conversation in
General
Replies: 1 comment 1 reply
-
Yeah, that looks like a change that didn't make it into the docs. Want to do a PR to fix the docs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Docs state: "Master transmissions are buffered (up to 128 bytes) ...."
Wire.h has: #define WIRE_BUFFER_SIZE 256
Is it actually 256 bytes? Or am I missing something?
And the onIRQ() RX section utilizes the same _buff, so I assume it could receive up to 256 bytes?
-Terry
Beta Was this translation helpful? Give feedback.
All reactions