SoftWire
SoftWire copied to clipboard
Support buffers >= 256 bytes?
Although quite rare, there are some applications where one needs to send or receive buffers >= 256 bytes.
This can be supported simply by changing some uint8_t variables to size_t.
The attached diffs contain the required changes.