Open acscd opened 1 week ago
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.
SoftWire.cpp.diff.txt SoftWire.h.dif.txt
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.
SoftWire.cpp.diff.txt SoftWire.h.dif.txt