stdio_getchar_timeout_us() function
Return a character from stdin if there is one available within a timeout
Syntax
int stdio_getchar_timeout_us(uint32_t timeout_us); Arguments
timeout_us
the timeout in microseconds, or 0 to not wait for a character if none available.
Return value
the character from 0-255 or PICO_ERROR_TIMEOUT if timeout occurs