libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_print_bytes | ( | const uint8_t * | bytes, |
const uint16_t | length, | ||
char * | out_buf, | ||
uint16_t | out_buf_size | ||
) |
bytes | Bytes to print |
length | Length of bytes |
out_buf | Output buffer to print to |
out_buf_size | Size of out_buf |
LT_OK | Function executed successfully |
other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |