Skip to content

How to safely access the Pi5 GPIO Pins #13

Description

@sxy-sun
  • 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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions