File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ * v2.0.0 - 10/28/2019
2
+ * GPIO
3
+ * Add support for character device GPIOs.
4
+ * Remove support for preserve direction from GPIO constructor.
5
+ * Add retry loop to direction write after export to accommodate delayed
6
+ udev permission rule application for sysfs GPIOs.
7
+ * Unexport GPIO line on close for sysfs GPIOs.
8
+ * Fix handling of ` timeout=None ` with sysfs GPIO ` poll() ` .
9
+ * Add ` devpath ` property.
10
+ * PWM
11
+ * Fix chip and channel argument names in PWM constructor and
12
+ documentation.
13
+ * Add retry loop to PWM open after export to accommodate delayed
14
+ creation of sysfs files by kernel driver.
15
+ * Unexport PWM channel on close.
16
+ * Add nanosecond ` period_ns ` and ` duty_cycle_ns ` properties.
17
+ * Add ` devpath ` property.
18
+ * LED
19
+ * Raise ` LookupError ` instead of ` ValueError ` if LED name is not found
20
+ during open.
21
+ * Add ` devpath ` property.
22
+ * Fix exception handling for Python 2 with ` ioctl() ` operations in Serial,
23
+ SPI, and I2C modules.
24
+ * Fix ` with ` statement context manager support for all modules.
25
+ * Update tests with running hints for Raspberry Pi 3.
26
+ * Contributors
27
+ * Uwe Kleine-König, @ukleinek - 0005260
28
+ * Heath Robinson, @ubiquitousthey - ac457d6
29
+
1
30
* v1.1.2 - 06/25/2019
2
31
* Add LICENSE file to packaging.
3
32
You can’t perform that action at this time.
0 commit comments