/* Define the attachment of any servos here. The example shows one servo attached on pin 11. */ #define N_SERVOS 2 Servo servos [N_SERVOS]; byte servoPins [N_SERVOS] = {3, 6};