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

Add event handling methods #2140

Merged
merged 7 commits into from Oct 19, 2023
Merged

Commits on Oct 1, 2023

  1. Add event handling methods

    pgrawehr committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e76d4fe View commit details
    Browse the repository at this point in the history
  2. Add tests

    pgrawehr committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7d6ba23 View commit details
    Browse the repository at this point in the history
  3. Fix cleanup

    pgrawehr committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    3846f25 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Fix missing documentation

    pgrawehr committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    021ec71 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    d303693 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Try to make sure the interrupt handler doesn't interfere with the pin…

    … setup
    
    If an interrupt happens while the pin is still being configured,
    undefined behavior could occur.
    pgrawehr committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    27a118d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Remember last values of interrupt inputs

    Allows us to trigger on pins where we lost the interrupt,
    at least in most cases (obviously, very short pulses on
    multiple inputs will still lose some)
    pgrawehr committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    fe281ce View commit details
    Browse the repository at this point in the history