Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EsbenVis committed Feb 3, 2021
1 parent 95cfe33 commit 5b615ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/QwiicButton/QwiicButton.ButtonStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public TimeSpan GetDebounceTime()
}

/// <summary>
/// Sets the time in milliseconds that the button waits for the mechanical contacts to settle.
/// Sets the time in milliseconds (0 to 65,535) that the button waits for the mechanical contacts to settle.
/// Default is 10 milliseconds.
/// </summary>
public void SetDebounceTime(ushort time)
Expand Down

0 comments on commit 5b615ea

Please sign in to comment.