7 #ifndef _PICO_UNIQUE_ID_H 8 #define _PICO_UNIQUE_ID_H 36 #define PICO_UNIQUE_BOARD_ID_SIZE_BYTES 8 47 uint8_t
id[PICO_UNIQUE_BOARD_ID_SIZE_BYTES];
void pico_get_unique_board_id_string(char *id_out, uint len)
Get unique ID in string formatGet the unique 64-bit device identifier which was retrieved from the ex...
Definition: unique_id.c:30
Unique board identifierThis struct is suitable for holding the unique identifier of a NOR flash devic...
Definition: unique_id.h:46
void pico_get_unique_board_id(pico_unique_board_id_t *id_out)
Get unique IDGet the unique 64-bit device identifier which was retrieved from the external NOR flash ...
Definition: unique_id.c:26