vsergeev / python-periphery

A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux.
MIT License
519 stars 139 forks source link

pwm: handle async udev rule application after export #36

Closed jonasl closed 4 years ago

jonasl commented 4 years ago

Application of udev rules after export happens asynchronously so an exported sysfs node may not be immediately accessible.

resolves vsergeev#35

vsergeev commented 4 years ago

Thanks a lot, merged in 28653d4. It'll be in the next release, v2.0.1.