Description
Convert 8 bit binary integer value to ASCII decimal string equivalent leading zeros are omittedDefinition
byte_to_str(char *ptr, char val)Library
LIB/str_byte_lib.basUsage
On entry:ptr is a pointer to a RAM buffer where the string is to be writtenOn exit:
val is an 8 bit binary value to be convertedThere is no return value