Numeration of Bytes and bits are always starting with 0. Bits can be manually set to "1" to enable a specific bit in binary code.
Bit ordering comes from the end, for example 00000001 - bit "0" is enabled 00000010 - bit "1" is enabled
Numeration of Bytes and bits are always starting with 0. Bits can be manually set to "1" to enable a specific bit in binary code.
Bit ordering comes from the end, for example 00000001 - bit "0" is enabled 00000010 - bit "1" is enabled