Patrick Goebel 70a0d712c5 First commit
2012-12-15 07:36:59 -08:00

17 lines
189 B
C

/* 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};