From 974cd8381443951d36a59b0a4cd7ffdfb2c7ae03 Mon Sep 17 00:00:00 2001 From: Sami Kaukasalo <79233780+sakabug@users.noreply.github.com> Date: Sun, 12 Dec 2021 13:50:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1594231..623f4f0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you have ideas, hit me message or make an issue. #include const uint8_t buttonCount = 6; -const uint8_t buttonPins[buttonCount] = {2,3,4,-5,6,7,14}; // pin5 with pull down resistor +const uint8_t buttonPins[buttonCount] = {2,3,4,-5,6,7}; // pin5 with pull down resistor Bugtton buttons(buttonCount, buttonPins, 25); void setup() {