Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/DHT-sensor-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.1
Choose a base ref
...
head repository: adafruit/DHT-sensor-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 5 files changed
  • 9 contributors

Commits on Mar 12, 2021

  1. Updated comment on the Pin Out of the DHTxx Sensors

    The DHTxx series sometimes come with 3 pins although the actual sensor itself happens to have 4 pins, So I made an update on the comment to help anyone who might find it sketchy ...Thanks
    ClementPeter authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    8f89d15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from ClementPeter/patch-1

    Updated comment on the Pin Out of the DHTxx Sensors
    ladyada authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b30f03c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Bump to 1.4.2

    evaherrada authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f339feb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

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

Commits on Oct 23, 2021

  1. Merge pull request #188 from phd/phd-const-sensors-types

    Use const instead of defines for sensors types
    ladyada authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    cf2346e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    880538f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from klone52/patch-1

    Fix comment on DHT22 and DHT21 variables
    ladyada authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c14960c View commit details
    Browse the repository at this point in the history
  3. Bump to 1.4.3

    evaherrada authored Oct 25, 2021
    1 Configuration menu
    Copy the full SHA
    ce31485 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Fix infinite loop on STM32F103

    When trying to read temperature from a DHT11 when the sensor was
    disconnected, the program would encounter an infinite loop in
    DHT::expectPulse, because count would keep overflowing.
    ondras12345 committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    2470b8a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Merge pull request #191 from ondras12345/unknown-F_CPU

    Fix infinite loop on STM32F103
    ladyada authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    5273ef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Bump to 1.4.4

    evaherrada authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    b2be3b1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Update CI action versions

    evaherrada committed May 12, 2023
    Configuration menu
    Copy the full SHA
    be6915c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Bump version number to 1.4.6

    tyeth committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a79191f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge pull request #207 from tyeth/bump-version-2023-11-14-20-34-53

    Update version number to 1.4.6
    tyeth authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2295fe4 View commit details
    Browse the repository at this point in the history
Loading