C
cmdolcet69
I have a program that saves values in the following format:
4096,4095,4044,3900,3812,........... to a text file.
I need to know how to convert the 4096 into a HEX value in this
format: 0x40 + 0x96. This format require me to seperate the Hi bits
and Lo bits.
Can anyone help me out?
4096,4095,4044,3900,3812,........... to a text file.
I need to know how to convert the 4096 into a HEX value in this
format: 0x40 + 0x96. This format require me to seperate the Hi bits
and Lo bits.
Can anyone help me out?