File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ * v2.1.0 - 05/29/2020
2+ * GPIO
3+ * Add ` poll_multiple() ` static method.
4+ * Add line consumer ` label ` property.
5+ * Add line ` bias ` , line ` drive ` , and ` inverted ` properties.
6+ * Add additional properties as keyword arguments to constructor for
7+ character device GPIOs.
8+ * Only unexport GPIO in ` close() ` if exported in open for sysfs GPIOs.
9+ * Improve wording and fix typos in docstrings.
10+ * Serial
11+ * Fix performance of blocking read in ` read() ` .
12+ * Raise exception on unexpected empty read in ` read() ` , which may be
13+ caused by a serial port disconnect.
14+ * Add ` vmin ` and ` vtime ` properties for the corresponding termios
15+ settings.
16+ * Add support for termios timeout with ` read() ` .
17+ * Improve wording in docstrings.
18+ * Contributors
19+ * @xrombik - 444f778
20+ * Alexander Steffen, @webmeister - f0403da
21+
122* v2.0.1 - 01/08/2020
223 * PWM
324 * Add retry loop for opening PWM period file after export to
You can’t perform that action at this time.
0 commit comments