Skip to content

Tags: Zincfox/ev3dev-lang-python

Tags

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.

0.7.0

Toggle 0.7.0's commit message
0.7.0

This release brings with it a bunch of bug fixes as well as major
interface changes to the motor API to become compatible with the newest
ev3dev versions.

The release highlights include:
- Support for `-13-ev3dev` and newer kernels
- New base classes for common types of robots
- Fixes for BrickPi support
- Performance improvements

You can see a list of all the changes that have been made in [the
changelog](https://github.com/rhempel/ev3dev-lang-python/blob/0.7.0/debian/changelog).
Note that this release includes changes from both the `v0.7.0~rc1`
release and the current `0.7.0` release.

0.5.0

Toggle 0.5.0's commit message
ev3dev pure Python binding Release 0.5.0

0.4.3

Toggle 0.4.3's commit message
Version 0.4.3

0.4.2

Toggle 0.4.2's commit message
Version 0.4.2 - PreRelease