Eye 2
So, now it’s time to light up the second eye!
This is also done in the setup()
function...
Add a line of code for the second light after the comment line// Eye 2:
bob3.setLed(EYE_2, WHITE);
Pay attention to the small and capital letters!
Now, compile your program
and transfer it onto your BOB3.
If everything has worked then both eyes on your BOB3 should be lit and white!