Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.   if ((teclado > 330 ) && (teclado < 335)) {
  2.           pulseWidth0 = pulseWidth0 - turnRate0;  
  3.          
  4.                         }
  5.    if ((teclado > 500 ) && (teclado < 505)) {                        
  6.                    
  7.           pulseWidth0 = pulseWidth0 + turnRate0;  
  8.      
  9.                       }
  10.  
  11.   if ((teclado > 245 ) && (teclado < 250)) {
  12.           pulseWidth1 = pulseWidth1 - turnRate1;  
  13.  
  14.                         }
  15.    if ((teclado > 195 ) && (teclado < 200)) {                        
  16.                    
  17.           pulseWidth1 = pulseWidth1 + turnRate1;  
  18.  
  19.                       }
  20.                      
  21.   if ((teclado > 135 ) && (teclado < 145)) {
  22.           pulseWidth2 = pulseWidth2 - turnRate2;  
  23.      
  24.                         }
  25.    if ((teclado > 160 ) && (teclado < 166)) {                        
  26.                    
  27.           pulseWidth2 = pulseWidth2 + turnRate2;  
  28.    
  29.                       }
  30.  
  31.   if ((teclado > 52 ) && (teclado < 57)) {
  32.           pulseWidth3 = pulseWidth3 - turnRate3;  
  33.        
  34.                         }
  35.    if ((teclado > 30 ) && (teclado < 35)) {                        
  36.                    
  37.           pulseWidth3 = pulseWidth3 + turnRate3;  
  38.        
  39.                       }