unixification of code and somes fixes #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I just received my bioloid premium. Thanks to pydynamixel I can play with it in python.
In the new kit there is no longer usb2dynamixel, you use the CM-530. I fixed the library to be able to handle it : simkim/pydynamixel@0d88a38.
A typo has been left in code in original library (current svn on google code) : simkim/pydynamixel@be26afb
It's mandatory to use wheel mode as cw and ccw angle limit need to be changed.
You may want to cherry pick this two commit and ignore other changes (warning, I changed files to unix end of line)