topikachu / python-ev3

a project to run lego ev3 in python
Apache License 2.0
189 stars 73 forks source link

Some fixes for 3.16.1-7-ev3dev and docstrings #42

Closed jesper-friis closed 9 years ago

jesper-friis commented 9 years ago

Hi, The first 4 commits contain some fixes for 3.16.1-7-ev3dev in addition to some docstrings. The last commit, 76e7ca3, adds a simple condition-based event loop and a sample script using it.

I think that the first 4 commits are of general interest. Whether you also want the last commit with the event loop is up to you.

Best regards /Jesper

topikachu commented 9 years ago

@jesper-friis A good change! Thanks I will merge this but continue to use the new ev3dev sys class name. You know, it's overhead to keep the library backward compatible. I will also refactor a little of the LED code. For other code, they are pretty well and I will "blind merge" them. ^^