setDelays()
is undocumented
#45
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
The library's public API includes a
setDelays
function:ArduinoRS485/src/RS485.h
Line 83 in 9d5872e
But this function is not mentioned in the documentation (Arduino library documentation).
The entire public API of the library must be documented.
An example sketch should be provided that demonstrates its usage, including whether it must be called before a
begin()
call, after, or does it not matter?The text was updated successfully, but these errors were encountered: