#include "pico.h"
Go to the source code of this file.
Data Structures | |
struct | pico_unique_board_id_t |
Unique board identifier. More... | |
Macros | |
#define | PICO_UNIQUE_BOARD_ID_SIZE_BYTES 8 |
Functions | |
void | pico_get_unique_board_id (pico_unique_board_id_t *id_out) |
Get unique ID. More... | |
void | pico_get_unique_board_id_string (char *id_out, uint len) |
Get unique ID in string format. More... | |