From 2645edfcf1d5d6d11cb9d08e62f39497e212216e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Araujo=20Galav=C3=ADz?= Date: Sat, 8 Apr 2023 07:12:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EReadme.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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