dzhu / myo-raw

MIT License
218 stars 115 forks source link

armband disconnects #34

Open zjuwlan opened 5 years ago

zjuwlan commented 5 years ago

Hi! When I run the code, the armband disconnected after print ---------

import time def onPoseEdge(pose, edge): if pose == "fist": if edge == "on": for i in range (0,180,1): print(i) time.sleep(0.03) print("-------------")

I dont know why? It's a simplest code and I dont know what's wrong