esp32/include/tools.h

Implementation of some tools.

void esp_hexdump(const void * addr, uint32_t num, char width, uint8_t per_line)

Hexdump of memory.

Parameters

addr:start address in memory
num:number of items to dump
width:format of the items
per_line:number of items per line