struct icon indicating copy to clipboard operation
struct copied to clipboard

pack and unpack binary data.

Results 2 struct issues
Sort by recently updated
recently updated
newest added

Is it possible to pack/unpack strings in place (I mean source buffer = destination buffer) ? Like this for example: ``` char str[32] = {'\0', }; char fmt[32] = {'\0',...

How can I convert this library so that I can use it with Arduino IDE. I am sending struct.pack() data from RPi4 to ESP32 through UART. In order to decode...