Skip to content

Instantly share code, notes, and snippets.

@shtirlic
Created October 17, 2010 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shtirlic/631122 to your computer and use it in GitHub Desktop.
Save shtirlic/631122 to your computer and use it in GitHub Desktop.
Testing Rovio movement
private void button2_Click(object sender, EventArgs e)
{
int i = 0;
while (i < 10)
{
rc.ManualDrive(1, 1);
i++;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment