Paso 1: Partes y bibliotecas
Para realizar este proyecto, es necesario:
-Un Arduino.
-Una pantalla LCD (este código es de 16 * 2 LCD).
-Un teclado 4 x 4
-Potentiometer(i used a 50k pot)
-Verde y rojo LED(Or you can program the output to do anything)
-220 o resistencia de 270 ohm.
Para las bibliotecas, es necesario:
-Biblioteca teclado: http://playground.arduino.cc/Code/Keypad
Biblioteca -LCD: incluido con el IDE.