You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for these functions is almost obscure. It mentions that a target string is searched for, but does not say that this is not a String object or null terminated array of char.
The documentation for Serial.find() says that characters are read from the buffer, but does not say that they are discarded.
The documentation for file.find() is not included in the documentation for the SD library. This function alters the file position, but this is not mentioned anywhere.
Every instance could be improved with a simple best use example.
The text was updated successfully, but these errors were encountered:
@alranel it's tricky because the report covers two different areas of the documentation.
This part is relevant to the Language Reference:
The documentation for Serial.find() says that characters are read from the buffer, but does not say that they are discarded.
but this part is not relevant to the Language Reference:
The documentation for file.find() is not included in the documentation for the SD library. This function alters the file position, but this is not mentioned anywhere.
The documentation for these functions is almost obscure. It mentions that a target string is searched for, but does not say that this is not a String object or null terminated array of char.
The documentation for Serial.find() says that characters are read from the buffer, but does not say that they are discarded.
The documentation for file.find() is not included in the documentation for the SD library. This function alters the file position, but this is not mentioned anywhere.
Every instance could be improved with a simple best use example.
The text was updated successfully, but these errors were encountered: