8000 Migrate from RPI.GPIO to gpiod? · Issue #127 · adafruit/Adafruit_CircuitPython_RGB_Display · GitHub
[go: up one dir, main page]

Skip to content
Migrate from RPI.GPIO to gpiod? #127
Open
@craigerl

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0