Part 3: Color Sensor and Two Servos

This builds upon the circuit that you made in Part 2: Color Sensor.

This circuit (code provided below)

Use your existing circuit (you can remove the RGB led) and add two servos following the pins specified in the code.

Your goal is to:
1. refer to the code to attach two servos to the correct pins.
2. adjust the code so that each servo moves when a different color is detected.  Look at lines 68 and 74. Line 68 moves servoRed and line 74 needs to be modified to move servoBlue.

Here is the code.