0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a bug in Sensor.value() function More... over 9 years ago
Add TouchSensor More... over 9 years ago
Use inheritance and driveName info from specification More... over 9 years ago
Add LargeMotor and MediumMotor implementation More... over 9 years ago
Merge pull request #8 from ddemidov/master More... over 9 years ago
Use standard decorators to create properties More... over 9 years ago
Merge pull request #7 from ddemidov/master More... over 9 years ago
Fix a bug in Device._matches() More... over 9 years ago
Expose public Device interface More... over 9 years ago
Having __exit__ method without __enter__ does not make sense More... over 9 years ago
Merge pull request #6 from ddemidov/master More... over 9 years ago
Make Device constructor more generic More... over 9 years ago
Provide __all__ variable in ev3dev/__init__.py More... over 9 years ago
Merge pull request #5 from ddemidov/master More... over 9 years ago
Get rid of unused parameter to low-level setters/getters More... over 9 years ago
Added gitignore file More... over 9 years ago
Use python3-compatible print function call More... over 9 years ago
Credit to @ddemidov More... over 9 years ago
Eliminate the led-color-method template Eliminate the generic-helper template Use the motor-commands template instead of generic-helper More... over 9 years ago
Merge pull request #4 from ddemidov/master More... over 9 years ago
Cleanup helper commands More... over 9 years ago
Use multiline strings for docstrings More... over 9 years ago
Get rid of trailing spaces More... over 9 years ago
Use associative list to simplifiy determining which setter to call More... over 9 years ago
Added motor control helper functions that support kwargs More... over 9 years ago
Improved autogen helper functions for motor control More... over 9 years ago
First crack at autogen for helper functions More... over 9 years ago
Merged some changes from @antonvanhouke commit a6758e57 More... over 9 years ago
Changed Ev3Device base class name to Device - we are already in the ev3dev namespace More... over 9 years ago
Set up the new python submodule with all of the work to date from pure-python. Changed the autogen template location to be in the python folder More... over 9 years ago