If I have "byte = B11111111" than "bitRead(byte, 0)" is 1.
If I have "byte = B11111110" than "bitRead(byte, 0)" is bug.
Can you please explain more fully what the problem is ?
If I have "byte = B11111111" than "bitRead(byte, 0)" is 1.
If I have "byte = B11111110" than "bitRead(byte, 0)" is bug.
Can you please explain more fully what the problem is ?