35 void print_hex(uint32_t number, uint8_t byte_size);
void print_file_and_line(uint16_t line_num, const uint8_t *file_name)
Function used to report event related to source code.
void print_hex(uint32_t number, uint8_t byte_size)
Converts hex number into char and send it through UART TX.
void print_string(char *char_array)
Decomposes char array and send chars through UART TX.