LSB_FIRST
Description:
LSB_FIRST
The values are stored with the least-significant byte first.
For instance, the 32-bit value 0xffeecc would be stored in memory as 0xcc, 0xee, 0xff, 0x00.
The values are stored with the least-significant byte first.
For instance, the 32-bit value 0xffeecc would be stored in memory as 0xcc, 0xee, 0xff, 0x00.