stdio_get_until() function
Waits until a timeout to reard at least one character into a buffer This method returns as soon as input is available, but more characters may be returned up to the end of the buffer.
Arguments
buf
the buffer to read into
len
the length of the buffer
until
the time after which to return PICO_ERROR_TIMEOUT if no characters are available
Return value
the number of characters read or PICO_ERROR_TIMEOUT