You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested this library in Python3. I am in a Conda environment and there are several major issues. It gives a module not found error when you try to import "Arduino from "Arudino". Also, in the init.py, there is a circular import between Shrimp and Arduino. I will attempt to fix the solution and send a pull request.
The text was updated successfully, but these errors were encountered:
My fork is currently mostly based off of @mkals fork; I believe I have fixed a bug with the way the arduino's parse the serial protocol (which should fix some issues with return values from reads), I haven't yet removed the default failure return value of '0', which is not good as it is very misleading. I haven't tried the others, but it looks like @rlourette also modified the serial protocol, which may fix this as well.
I just tested this library in Python3. I am in a Conda environment and there are several major issues. It gives a module not found error when you try to import "Arduino from "Arudino". Also, in the init.py, there is a circular import between Shrimp and Arduino. I will attempt to fix the solution and send a pull request.
The text was updated successfully, but these errors were encountered: