-
-
Notifications
You must be signed in to change notification settings - Fork 729
Open
Milestone
Description
The Wire library relies on the ring buffer object and the size of the buffer is hard-coded, therefore limiting the size of any outgoing or incoming messages.
#define SERIAL_BUFFER_SIZE 64 |
For instance, there should be no limitation to the size of messages in the I2C protocol, other than the available memory in the devices that are communicating. 64 bytes are not much when a lot of data needs to be transmitted, and splitting messages is not always an option.
Metadata
Metadata
Assignees
Labels
No labels