const int Q[] = {13, 12, 11, 10, 9, 8, 7, 6, 5}; const int nQ = 9; const int I[] = {28, 26, 24, 22}; const int nI = 4; int i = 0; int secuencia = 6; int secuenciaAnterior = 0; unsigned long tiempo = 0; int contador = 0; int r = 3; int l = 15; int w = 128; int h = 64; int d; unsigned long tiempoRojoA = 5000; unsigned long tiempoAmbarA = 2000; unsigned long tiempoVerdeA = 4000; //unsigned long tiempoRojoB = 3000; //unsigned long tiempoAmbarB = 1000; //unsigned long tiempoVerdeB = 3000; unsigned long tiempoAlto = 300; unsigned long tiempoBajo = 100; unsigned long tiempoParpadeo; int proceso; int tpoA; int tpoB;