From 16b775267b3e230f2c4d53893df00a2d39a332bd Mon Sep 17 00:00:00 2001 From: lemmingDev Date: Wed, 29 Jan 2025 22:14:10 +0900 Subject: [PATCH] Update Keypad4x4.ino - new AliExpress link --- examples/Keypad4x4/Keypad4x4.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Keypad4x4/Keypad4x4.ino b/examples/Keypad4x4/Keypad4x4.ino index 2dfb45d..5614f42 100644 --- a/examples/Keypad4x4/Keypad4x4.ino +++ b/examples/Keypad4x4/Keypad4x4.ino @@ -1,6 +1,6 @@ /* * Shows how to use a 4 x 4 keypad, commonly seen in Arduino starter kits, with the library - * https://www.aliexpress.com/item/32879638645.html + * https://www.aliexpress.com/w/wholesale-Arduino-4*4-Matrix-Keyboard.html * It maps the 16 buttons to the first 16 buttons of the controller * Only certain combinations work for multiple presses over 2 buttons */ @@ -65,4 +65,4 @@ void KeypadUpdate() } } } -} \ No newline at end of file +}