We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36879b commit d1aa2d3Copy full SHA for d1aa2d3
debian/changelog
@@ -1,3 +1,18 @@
1
+python-ev3dev (0.8.0) stable; urgency=medium
2
+
3
+ [Denis Demidov]
4
+ * Add option to not set mode before reading sensor value
5
+ * Return a tuple for multiple values from a sensor property
6
+ * Add ColorSensor.raw() method to get all color channels at once
7
+ * Merge NXTMotor functionality into LargeMotor class and remove NXTMotor
8
+ * Distribute fonts from xfonts-75dpi in PIL format and expose them in
9
+ code
10
+ * Replace special sensor methods with properties for the sake of consistency
11
+ (breaking change!)
12
+ * Provide waiting functions for motors.
13
+ * Make implementation of Led timer-based trigger more robust.
14
15
+ --
16
python-ev3dev (0.7.0) stable; urgency=medium
17
18
[Denis Demidov]
0 commit comments