Guest User

Untitled

a guest
Dec 11th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def onPoseEdge(pose, edge):
  2. if (edge == "on"):
  3. print(pose)
  4. if (pose == 'doubleTap') and (edge == "on"):
  5. myo.keyboard("right_arrow","press","")
  6. if (pose == 'fist') and (edge == "on"):
  7. myo.lock()
Add Comment
Please, Sign In to add comment