libtropic
C library for TROPIC01 chip

◆ chip_id_printf_wrapper()

int chip_id_printf_wrapper ( const char *  format,
  ... 
)
Parameters
formatA printf-style format string describing how to format the subsequent arguments. Must be a null-terminated string.
...Additional arguments corresponding to the format specifiers in format.
Returns
The number of characters printed (excluding the terminating null byte), or a negative value if an output error occurs.