if(p1_sw_trig) { // When we hold down the button do this pwm08 = 200; } else { // When we are not holding down the button, do this pwm08 = 127; }