Wednesday, March 17, 2010

Write Program - Second move




void breakdance()
{
revOn
leftOn
delay_ms (5000);
revOff
leftOff
delay_ms (1000);
fwdOn
rightOn
delay_ms (1000);

The “while (TRUE)” is a simple way to create a loop that never stops.

No comments:

Post a Comment