You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pinctrl may or may not cause gpio pin lock on pi5, and once the pin is gone we don't know if we can still bring it back.
libgpiod does not hold the pin status once it exits. Source So the user can set the pin high or low, but once it exits the status is not held, we cannot use this tool in our case.
sysfs is deprecated and pinctrl seems to be the future so we loop back to the pin lock situation
pinctrlmay or may not cause gpio pin lock on pi5, and once the pin is gone we don't know if we can still bring it back.libgpioddoes not hold the pin status once it exits. Source So the user can set the pin high or low, but once it exits the status is not held, we cannot use this tool in our case.sysfsis deprecated andpinctrlseems to be the future so we loop back to the pin lock situation