Skip to content

Commit 3c219d9

Browse files
author
Pete Lewis
committed
Added library manager link (with search) to correct keypad library
for easily finding the correct library you need to compile this firmware. Note, the search actually uses words that are unique to the library "sentence".
1 parent 3fb5038 commit 3c219d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/Qwiic_KeyPad/Qwiic_KeyPad.ino

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ const byte addr = 9; //Addr jumper
5252
const byte interruptPin = 7; //Pin goes low when a button event is available
5353

5454
#include <Keypad.h> // by Mark Stanley and Alexander Brevig
55+
// Click here to get the library: http://librarymanager/All#Keypad_matrix_style
56+
// Note, if the search above doesn't work, try just "keypad" and find the correct one.
5557
const byte ROWS = 4;
5658
const byte COLS = 3;
5759
char keys[ROWS][COLS] = {

0 commit comments

Comments
 (0)