aboutsummaryrefslogtreecommitdiffstats
libpwm
======

This library allows 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 two pwmtest programs 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.