Description
Convert ASCII hex character to equivalent 4 bit binary integer valueDefinition
char hex_nibble_to_byte(char ch)Library
LIB/str_byte_lib.basUsage
On entry:ch is an ASCII hex characterOn exit:The return value is in the range 0 to 15 if ch was a valid hex digit, otherwise it will be 0xff