blob: c7831a90ab1f67604292c8303ceba0c0199cfb1d [file] [log] [blame]
libpwm
======
This library allows one to drive Linux PWM devices from userspace.
Traditionally this is done using files in `/sys/class/pwm`. This lib also
supports an (for now experimental) character device interface. Both ABIs are
supported transparently.
See the three programs pwmset, pwmround and pwmtestperf for how to use the API
provided here.
To contribute to this project send patches to linux-pwm@vger.kernel.org. Please
mark patches using "libpwm" in the Subject (e.g. by using
git config format.subjectPrefix "PATCH libpwm"
) to allow simple distinguishing them from kernel patches. Also note the need
to sign-off patches as documented in COPYING.