00001 /* Define the attachment of any servos here.00002 The example shows two servos attached on pins 3 and 5.00003 */00004
00005#define N_SERVOS 200006
00007 Servo servos [N_SERVOS];
00008 byte servoPins [N_SERVOS] = {3, 5};
00009
ros_arduino_firmware
Author(s): Patrick Goebel
autogenerated on Wed Aug 26 2015 15:57:06