MVPCStruct
MVPCStruct copied to clipboard
Suggested improvements
I would like to see 2 features in this project:
- Packing and unpacking of bit fields. The bit fields would allow a value to occupy 1 or more bits. See https://en.wikipedia.org/wiki/C_syntax#Bit_fields
- Packing and unpacking of packed BCD encoded values for integer types. A value of 1234 would be stored as 0x1234
I will be happy to try to add these features to this project.