Hi
when ever i try to implement the keypad checks the whole project freezes
any idea to fix this issue.
Hi
when ever i try to implement the keypad checks the whole project freezes
any idea to fix this issue.
Just a thought, I did not check the keypad library. Based on the name of the method, what do you think the below in your loop() does?
customKeypad.waitForKey();
i did remove this function and even without it the program halts until i press a key and even affect the ethernet shield connectivity.
ballscrewbob:
Hi mdehelalCould you READ THIS post please.
Bob.
i tried to include my code in the post but was too long and exceeded the limitation of the post.
Than ATTACH as a file.
Bob.
You may have this in your code:
if(key){
}
try removing that too.