Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes and features #11

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 14, 2024

  1. Work around gpiod file-descriptor resource leak

    Otherwise you get
      OSError: [Errno 24] Too many open files
    in "live" mode
    lurch committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    563a381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f7c99 View commit details
    Browse the repository at this point in the history
  3. Rename NUM_PINS to NUM_GPIOS in an attempt to clarify the difference

    The Raspberry Pi's GPIO header has 40 pins but 28 GPIOs
    lurch committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dd494e6 View commit details
    Browse the repository at this point in the history
  4. Remove duplication duplication

    lurch committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    703997e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffaa0e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    222c233 View commit details
    Browse the repository at this point in the history
  7. Perform more explicit parsing of the pinctrl results

    Regex FTW!
    lurch committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    4ff1e73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eff9164 View commit details
    Browse the repository at this point in the history