[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
Plum Geek Forum • About how to use "eyesPrevCol();"
Page 1 of 1

About how to use "eyesPrevCol();"

Posted: Sat Oct 07, 2017 6:47 am
by poorwink
When I write program below, I did not get compile error.

eyesRed(255);
delay(5000);
eyesOff();
delay(5000);
eyesGreen(255);
delay(5000);
eyesPurple(250);
delay(5000);
rightYellow(255);
delay(5000);

However, when I write program below, I got the compile error and I did not compile the program.
I do not know why I got the compile error. If you could explain why I got error. I will appreciate it.

eyesRed(255);
delay(5000);
eyesOff();
delay(5000);
eyesGreen(255);
delay(5000);
eyesPurple(250);
delay(5000);
rightYellow(255);
delay(5000);
eyesPrevCol();