vsergeev / python-periphery

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

LED triggers support #20

Open luzik opened 5 years ago

luzik commented 5 years ago

Please consider adding support for some led triggers like gpio, timer. This would be very useful, because for example it will provide a way to blink led within system kernel, not userland software.