void Left(int speed) { pwm01 = speed; if(pwm01 > 254) { pwm01 = 254; } else if(pwm01 < 1) { pwm01 = 1; } }