Skip to content

Instantly share code, notes, and snippets.

@AlexanderBrevig
Created April 21, 2016 12:16
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 AlexanderBrevig/8b772783ca56a41669bf147a23969cdf to your computer and use it in GitHub Desktop.
Save AlexanderBrevig/8b772783ca56a41669bf147a23969cdf to your computer and use it in GitHub Desktop.
#include <Braccio.h>
Braccio robot;
void setup() {
robot.useShield();
robot.home();
}
void loop() { //DANCE!
robot.base(40).move(500);
robot.base(120).move(500);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment