Skip to content

Commit

Permalink
Update Keypad4x4.ino - new AliExpress link
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmingDev authored Jan 29, 2025
1 parent 564e47b commit 16b7752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Keypad4x4/Keypad4x4.ino
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down Expand Up @@ -65,4 +65,4 @@ void KeypadUpdate()
}
}
}
}
}

0 comments on commit 16b7752

Please sign in to comment.