assisi / assisipy

Python API for the ASSISI|bf project.
Other
0 stars 3 forks source link

casu.stop() crashes because vibration_standby() is not implemented #57

Closed rmm-fcul closed 8 years ago

rmm-fcul commented 8 years ago

casu.py, line 330 is the culprit.

At least a def vibration_standby(): pass implementation would be a good idea.

rmm-fcul commented 8 years ago

It seems that light_standby() is not implemented either. Closely enough related to be same issue IMO

dmiklic commented 8 years ago

Thanks for catching this Rob, will fix asap.