µSer
|
Attribute: Store an integer as Little Endian. More...
#include <uSer.hh>
Attribute: Store an integer as Little Endian.
Little endian stores the least significant bytes first (e.g. x86, AVR, most ARM implementations). For example, the 32bit-integer 0x01234567 is split into the bytes 0x67, 0x45, 0x23, 0x01, in that order.