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

drivers/dht: use IRQs for decoding #18591

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 14, 2022

  1. drivers/dht: use IRQs for decoding

    This changed the DHT implementation to use an GPIO IRQ for decoding the
    received data instead of busy polling. This should improve real time
    behavior of the system and improve robustness of the reception under
    load.
    maribu committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1b7e901 View commit details
    Browse the repository at this point in the history
  2. DO NOT MERGE ME: debug setup

    maribu committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    824cbf4 View commit details
    Browse the repository at this point in the history