-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hello!
I came across your project from the EV3dev page, like most people I assume. I took a look at some of the suggestions others made, and incorporated theirs with a few of my own.
https://github.com/Redoubts/python-ev3
I didn't clone the repo, as I'm only interested in ev3.py for my purposes, but you could probably do a local diff to see what changed.
Highlights are better use of pyudev so that sensor selection is more generic, merging brake/halt mode into a single stop mode, and also a few sensible defaults for motion rotating. I also unguarded some exceptions, because I'd rather have my mistakes thrown in my face right away -- but that's just my opinion.
Thanks for your work! It was very clear code, and worked well as a companion to the ev3dev docs.