ARDUINO TALLER PRACTICO DE ARDUINO - SEGUNDA EDICION | Page 43

if(w==1 && x==0 && y==0 && z==1) { lcd.setCursor(10,1); lcd.print("0009"); } if(w==0 && x==1 && y==0 && z==1) { lcd.setCursor(10,1); lcd.print("0010"); } if(w==1 && x==1 && y==0 && z==1) { lcd.setCursor(10,1); lcd.print("0011"); } if(w==0 && x==0 && y==1 && z==1) { lcd.setCursor(10,1); lcd.print("0012"); } if(w==1 && x==0 && y==1 && z==1) { lcd.setCursor(10,1); lcd.print("0013"); } if(w==0 && x==1 && y==1 && z==1) { 43