Page 131 - PROYECTO INTEGRADOR_Neat
P. 131

}

                  }



                  EJERCICIO #56










































                  CODIGO:




                  #include <LiquidCrystal.h>




                  #include <Keypad.h>

                  LiquidCrystal lcd(1,2,3,A5,A4,A3);

                  const byte filas = 4;


                  const byte columnas = 4;

                  byte pinesFilas[]  = {11,10,9,8};

                  byte pinesColumnas[] = {7,6,5,4};
   126   127   128   129   130   131   132   133   134   135   136