You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ If you turn on debugging it will show the row and column selection making it eas
33
33
## Methods
34
34
35
35
```c++
36
+
TapCode tapInput(uint8_t tap_button, uint8_t mode = INPUT_PULLUP); //Declare an instance 'tapInput' and start a tap input on pin tap_button. The library controls the pin and does not need pinMode setting before this. Default is INPUT_PULLUP but this can be overriden.
37
+
36
38
void begin(uint8_t max_length = 64, uint32_t press_timeout = 1000, uint32_t word_timeout = 5000); //Start the tap input
37
39
38
40
void read(); //Do housekeeping checking for pushes, run in loop to update the word as the button is tapped
0 commit comments