Hi
How to convert integer to hex value BYTE in style like this:
BYTE val = 0x04e; witch stands for 78 decimal but now I have 78 decimal and need to write value of 78 hex to BYTE val. How to do that?