XBee Firmware Library
1.6.0
|
Functions | |
void | dump (const uint8_t *data, int len) |
Make a dump of a part of memory. More... | |
Platform-specific layer provides a miscellanous functions
This API contains some functions for manage the programmable XBee modules
void dump | ( | const uint8_t * | data, |
int | len | ||
) |
Make a dump of a part of memory.
[in] | data | Pointer to the part of memory |
[in] | val | Lenght of data to dump |
Nothing |