Loading...

Sequence

In this example both eye should flash in four different hues of blue.

To do this we need our method
bob3.setEyes(color1, color2);

and several delay() statements.

Compile the example and test it on your BOB3.

If everything has worked correctly then both eyes should be flashing in different hues of blue.

Change the source code so that the following happens:

Compile your program and test it on your BOB3.

Now change the code so that the following happens:

Compile your program and test it on your BOB3.
1: Try out what happens if you change loop() to loopy() in line 7:
 You haven’t completed anything yet!
 Super, so far so good…
 Super, you got it all right!
 Sadly not correct…
 One answer is correct
 A couple are correct…