Page 1 of 1

GPIO deprecated method?

Posted: Wednesday 03 November 2021 22:07
by homeJLB
in the wiki it says "use sysfs as a prefered method" now since linux 4.8 the GPIO sysfs interface is deprecated.
the "new" method is libgpiod.

What method is the best?

For now i'm using sysfs and I nothis sometimes the status is not up-to-date to the pin state as input.

Is there a common method in use or must the wiki-page been updated?

Thanks for your thoughts

Re: GPIO deprecated method?

Posted: Wednesday 03 November 2021 22:36
by waltervl
I think Domoticz itself has to be updated first to use the new libgpiod method. After that the wiki can be updated.

As it looks sysfs is still not really deprecated.