void leerPulsadores() { for (i = 0; i < nI; i++) { if ( digitalRead(I[i])) { secuencia = i + 1; } } }