-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
topic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
The library's public API includes a setDelays
function:
Line 83 in 9d5872e
void setDelays(int predelay, int postdelay); |
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?
Metadata
Metadata
Assignees
Labels
topic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project