Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@shpyo
Created December 2, 2018 21:58
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 shpyo/e4e7d810650d409215facbd78e1a581d to your computer and use it in GitHub Desktop.
Save shpyo/e4e7d810650d409215facbd78e1a581d to your computer and use it in GitHub Desktop.
/*
* `direction` może przyjąc jeden z poniższych wartości:
* l = (left)
* r = (right)
* f = (forward)
* b = (back)
* bl = (back/left) rb = (back/right)
* fl = (front/left) fr = (front/right)
*/
this.flip = function(direction) {
this.send('flip ' + direction);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment