joan2937
joan2937
I suggest unless I can think of a better solution you will need to set the working directory when your programs start. The daemon [rgpiod](http://abyz.me.uk/lg/rgpiod.html) has the -w option. The...
Just a note to say I'm busy doing other things at the moment but will get back to this within a week or so.
Use [v0.1](https://github.com/joan2937/lg/tree/v0.1) if you need API v1. The only difference between the versions is one uses gpiochip API v1 and the other uses gpiochip API v2. (the only functional difference...
The /dev/gpiochip API has no support for PWM. Of course that may change in the future. Note that PWM is usually implemented by a separate hardware block whose outputs are...
The Linux kernel will assign gpiochip numbers. I assume they would be assigned in order 0, 1, 2, etc. I can think of no reason for not assigning in that...
I will have a look. Not sure when but hopefully within a week. The one thing I don't want is problems in this area. They are so tricky to debug...