Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jul 15, 2024
1 parent 012b2fa commit d06bd85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,17 @@ which is about 16 keys per second.

The default value of the debounce threshold is zero to be backwards compatible.

// value in microseconds, max 65535 us
- **void setDebounceThreshold(uint16_t value = 0)** set the debounce threshold,
default value is zero, to reset its value.
value in microseconds, max 65535 us.
The default value is zero, to reset its value.
- **uint16_t getDebounceThreshold()** returns the set debounce threshold.

If a debounce threshold is set, and **getKey()** is called too fast,
the function will return **I2C_KEYPAD_THRESHOLD** (255).

Feedback welcome!


### Basic working

After the **keypad.begin()** the sketch calls the **keyPad.getKey()** to read values from the keypad.
Expand Down

0 comments on commit d06bd85

Please sign in to comment.