Sorry for noise, meant for linux-gpio
Tomas
On 3/10/21 3:31 PM, Tomas Melin wrote:
Hello,
Is there a preferred way of providing shared access to a gpio pin?
Use case is such that there is one application which only monitors the
state of gpio pins, while another
actually controls those pins. It would be enough if the monitoring
application could read the state of those pins regularly.
With the old sysfs approach, it was rather easy to share read/writes
to a certain pin, but is there a
way to provide similar functionality with gpio character devices?
Tomas