Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Created June 18, 2012 17:50
Show Gist options
  • Save jonmarkgo/2949671 to your computer and use it in GitHub Desktop.
Save jonmarkgo/2949671 to your computer and use it in GitHub Desktop.
setup servos
void setup() {
//...
rightservo.attach(rightservoPin);
leftservo.attach(leftservoPin);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment