Hi all,
I am trying to use a 4x4 keypad to get the input numbers and display them on coolterm .The program I wrote is giving erroneous results as the keypad is not waiting for the input data. My board is NucleoF401RE.
Thanks
I want to enter only three digits from the keypad but,when I replace while(true) loop with the forloop, nothing appears on the serial terminal, the program does not work
for(i=0;i<3;i++){