Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ void loop() {

Documentation
-------------
**Button(int pin)**
Creates a new Button.
**Button(int pin, int debounce_ms = 100)**
Creates a new Button attached a specified pin. If you need to, you can specify the debounce time as a second parameter. If left out, it defaults to 100ms.

**void begin()**
Call this in your `setup` method to setup the button. All it does is set the correct pin mode.
Expand Down