Part Number: SK-AM62P-LP
Hi,
I am developing a test application that allows a user to configure one of the PWM modules from the Command Line however, I am not sure what the approach to modifying the PWM's configuration from user space is, other than using sysfs which I have been told is deprecated and replaced with character devices.
Since there isn't (to my knowledge) any entries in the device directory for PWMs does this mean a kernel module is required to create a character device that can then be used by ioctl() to configure and enable the PWM in userspace, or is there another approach already provided, that I should take with this?
Thank you,
Oliver