my_hex already contains the ASCII character value. Just type-cast it to a char , eg: uint8_t my_hex = 0x50; String my_char ...
確定! 回上一頁