This is a simple implementation for easy serialization of struct
/packed_struct
of data
without having user managing heap (dynamic) memory.
User has to beware of platform and microcontroller difference between transmitter and receiver. This is just a basic tool for ease of use.
- Copy header files from include folder to your include folder.
#include "vt_serializer"
for library and tools.- See examples folder for further usages.
- See test folder for testing and usages.
See vt-serializer registry on PlatformIO for further instructions.
To read documentation, visit https://vt.in.th/docs/vt-serializer/index.html.