Skip to content

Migrate from RPI.GPIO to gpiod? #127

Description

@craigerl

RPi.GPIO /sys interface was removed from the Raspberry Pi Linux kernel. python3-lgpio is a compatibility package that allows us to continue to use RPi.GPIO, however, its days are numbered as we should be moving to the new kernel/character devices to access GPIO pins, which is python3-gpiod. The lgpio shim layer introduces its own problems.

Possible to migrate from RPi.GPIO to gpiod ?

adafruit_blinka/microcontroller/bcm283x/pin.py for example...

thanks!
-craig

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions