46:19: error expected ';' before '{' token...
i cant under stand it...
what makes my code wrong?
brilliant_luulia_elzing1 (3).ino (1.86 KB)
46:19: error expected ';' before '{' token...
i cant under stand it...
what makes my code wrong?
brilliant_luulia_elzing1 (3).ino (1.86 KB)
else(count%2==0){
should be
else if(count%2==0){