From 6e34651837c25475913b9b20ab8d7e12a7415d12 Mon Sep 17 00:00:00 2001 From: TanPitch <47109201+TanPitch@users.noreply.github.com> Date: Wed, 10 Jul 2019 00:47:56 +0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef24726..eb3fc72 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ It shows how to use an digital input pin with a single pushbutton attached for detecting some of the typical button press events like single clicks, double clicks and long-time pressing. This enables you to reuse the same button for multiple functions and lowers the hardware invests. -This is also a sample for implementing simple finite-state machines by using the simple pattern above. +to use ButtonKing library + +[Setup Guide and Reference Manual](https://github.com/TanPitch/ButtonKing/wiki)