libtropic
C library for TROPIC01 chip

◆ lt_print_bytes()

lt_ret_t lt_print_bytes ( const uint8_t *  bytes,
const uint16_t  length,
char *  out_buf,
uint16_t  out_buf_size 
)
Parameters
bytesBytes to print
lengthLength of bytes
out_bufOutput buffer to print to
out_buf_sizeSize of out_buf
Return values
LT_OKFunction executed successfully
otherFunction did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value