I have encountered problem with my Arduino Uno, I just recently started using arduino, and this is my first time to use the EEPROM. My problem is that I have created a password protected door, and due to several attempts I have stored so much password and I dont know which one is the correct, since it always prompts me "Wrong password". I have tried to:
display the password in the lcd using lcd.print
this made the lcd display characters with 111 and a character that looks like a 3 horizontal lines, I dont know how to input the 3 horizontal character lines on my keypad matrix
tried to clear the EEPROM memory using the built-in arduino example (EEPROM_clear)
but to no avail, the password in the EEPROM is retained , and now I cant figure out the password
What should I do please help me :(