Skip to content

Tags: SurajSting/ev3dev-lang-python

Tags

2.0.0beta1

Toggle 2.0.0beta1's commit message
python-ev3dev2 PyPi release 2.0.0~beta1

2.0.0-beta1

Toggle 2.0.0-beta1's commit message
python-ev3dev2 PyPi release 2.0.0~beta1

ev3dev-stretch/2.0.0_beta1

Toggle ev3dev-stretch/2.0.0_beta1's commit message
python-ev3dev2 Debian release 2.0.0~beta1

1.2.0

Toggle 1.2.0's commit message
python-ev3dev PyPi release 1.2.0

ev3dev-stretch/1.2.0

Toggle ev3dev-stretch/1.2.0's commit message
python-ev3dev Debian release 1.2.0

1.1.1

Toggle 1.1.1's commit message
1.1.1

* Fixed Screen class on Debian Stretch

1.1.0

Toggle 1.1.0's commit message
1.1.0

* Fixes to make the library work on Debian Stretch.

1.0.0

Toggle 1.0.0's commit message
1.0.0

 * Add constants for color values to color sensor class
 * Update documentation on motors
 * Add getters to check state of motors
 * Implement BeaconSeeker class
 * Fix scaling of floating-point values from sensors
 * Add Sound.play_song method
 * Make sound commands cancelable
 * Add tuples for sensor modes
 * Add wait_until_not_moving for motors

0.8.1

Toggle 0.8.1's commit message
* Documentation updates

* Use speed instead of duty cycle in EXPLOR3R/auto-drive.py
* Provide Sound.set_volume(pct)
* Implement Sound.get_volume()
* Update utils to python3
* Clean up MINDCUB3R demo
* Check for non-existing device attributes
* Fix inverted button logic for the latest kernel
* Added a function to list all the connected sensors

0.8.0

Toggle 0.8.0's commit message
* Add option to not set mode before reading sensor value

* Return a tuple for multiple values from a sensor property
* Add ColorSensor.raw() method to get all color channels at once
* Merge NXTMotor functionality into LargeMotor class and remove NXTMotor
* Distribute fonts from xfonts-75dpi in PIL format and expose them in
  code
* Replace special sensor methods with properties for the sake of consistency
  (breaking change!)
* Provide waiting functions for motors.
* Make implementation of Led timer-based trigger more robust.