I have a voltage reading 0-5v and I need a precision of 0.1.
Can I encode this in a 1 byte? How would I split the it into nibbles, the first nibble being the volt and the second nibble being the decimal?
Would be helpful if somebody could explain with an example?
Thanks C