diff --git a/Readme.md b/Readme.md index bbac414..78c267f 100644 --- a/Readme.md +++ b/Readme.md @@ -582,10 +582,11 @@ This group of methods is used to eliminate the effect of physical buttons bounci } } +These methods are **checkGoTo()**, **checkGoBack()**, **checkPlus()** and **checkMinus()**. ##### control() Finally, the debouncing methods are called in the main method of Keyboard, which is control(), this should run in a loop, to make it work continuously. ### Implementation -In the example... \ No newline at end of file +In the example provided... \ No newline at end of file