Dear all, I downloaded the Keypad library, and for my project I need to use the Dynamic Keypad (numbers & letters),
In the following code downloaded, I did not understand this line:
char* keypadMap = (alpha == true) ? makeKeymap(alphaKeys) : makeKeymap(numberKeys);
can someone pls explain since I never saw such coding.
Thankyou