void setup() { // put your setup code here, to run once: } void loop() { analogWrite(5, 127); analogWrite(9, 127); analogWrite(10, 127); }