152 Commits
Author SHA1 Message Date
f7d625462e Bump version to 1.4.7
Co-authored-by: Adabot <adabot@adafruit.com>
1.4.7
2026-02-26 01:48:06 +00:00
Limor "Ladyada" FriedandGitHub 1c68266905 Merge pull request #231 from ladyada-piclaw/fix-clang-format-ci
Fix clang-format CI
2026-02-13 10:27:31 -05:00
piclaw 8c79f8d0fe Fix macro formatting for CI clang-format version 2026-02-05 09:42:48 -05:00
piclaw 99e90c2698 Fix clang-format CI: add .clang-format, update workflow, format code 2026-02-05 09:32:02 -05:00
Tyeth GundryandGitHub 2295fe471c Merge pull request #207 from tyeth/bump-version-2023-11-14-20-34-53
Update version number to 1.4.6
1.4.6
2023-11-15 12:58:33 +00:00
Tyeth Gundry a79191f96c Bump version number to 1.4.6 2023-11-14 20:34:54 +00:00
dherrada be6915c60d Update CI action versions 1.4.5 2023-05-12 11:24:12 -04:00
Eva HerradaandGitHub b2be3b193b Bump to 1.4.4 1.4.4 2022-06-27 14:05:27 -04:00
Limor "Ladyada" FriedandGitHub 5273ef06a8 Merge pull request #191 from ondras12345/unknown-F_CPU
Fix infinite loop on STM32F103
2022-06-25 21:18:53 -04:00
Ondřej Sluka 2470b8a3a1 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.
2022-06-25 19:46:56 +02:00
Dylan HerradaandGitHub ce31485de7 Bump to 1.4.3 1.4.3 2021-10-25 15:56:26 -04:00
Limor "Ladyada" FriedandGitHub c14960c223 Merge pull request #189 from klone52/patch-1
Fix comment on DHT22 and DHT21 variables
2021-10-25 14:26:26 -04:00
Nicolas HernandezandGitHub 880538fa12 Fix comment on DHT22 and DHT21 variables 2021-10-24 21:27:23 -03:00
Limor "Ladyada" FriedandGitHub cf2346e7c1 Merge pull request #188 from phd/phd-const-sensors-types
Use const instead of defines for sensors types
2021-10-23 11:46:30 -04:00
Piotr Henryk Dabrowski bd145c5449 Use const instead of defines for sensors types 2021-10-21 10:39:47 +02:00
Dylan HerradaandGitHub f339feb6b6 Bump to 1.4.2 1.4.2 2021-03-16 15:43:28 -04:00
Limor "Ladyada" FriedandGitHub b30f03cec7 Merge pull request #183 from ClementPeter/patch-1
Updated comment on the Pin Out of the DHTxx Sensors
2021-03-12 17:23:16 -05:00
ClementPeterandGitHub 8f89d15729 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
2021-03-12 22:14:19 +01:00
Dylan HerradaandGitHub 61ffee54ba Bump to 1.4.1 1.4.1 2020-12-02 11:37:29 -05:00
Limor "Ladyada" FriedandGitHub cfaa202f96 Merge pull request #174 from per1234/fix-nano-33-ble-conditional
Make preprocessor conditional false when identifier undefined
2020-12-01 21:21:34 -05:00
per1234 86115884c7 Make preprocessor conditional false when identifier undefined
A preprocessor conditional directive intended to only evaluate as true when compiling for the Arduino Nano 33 BLE board
was also evaluating as true when compiling for any board that didn't define the compared identifiers because undefined
identifiers are replaced with 0 by the C/C++ preprocessor, making them equal.

From the C++11 standard section 16.1, paragraph 4:

> After all replacements due to macro expansion and the defined unary operator
have been performed, all remaining identifiers and keywords 148 , except for true and false, are replaced
with the pp-number 0

The fix is to modify the directive to check whether the macro has been defined.
2020-12-01 17:53:54 -08:00
Dylan HerradaandGitHub b64fe15ad0 Bump to 1.4.0 1.4.0 2020-09-16 14:42:30 -04:00
Limor "Ladyada" FriedandGitHub 7062b127f0 Merge pull request #167 from tjpetz/missing-nanoble-support
Add missing microsecondsToClockCycles for 33 BLE
2020-09-08 16:34:27 -04:00
Tom Petz f0a66b0dd3 Adjust comments to comply with doxygen. 2020-09-08 16:12:02 -04:00
Tom Petz b504fa540e fix extra space and end of line 2020-09-08 14:48:08 -04:00
Tom Petz fa22bc6ca4 Fix lint errors 2020-09-08 14:41:40 -04:00
Tom Petz a1f0c1c038 Add missing microsecondsToClockCycles for 33 BLE 2020-09-08 13:57:07 -04:00
dherradaandGitHub 13d25e6b9a Bump to 1.3.10 1.3.10 2020-05-26 15:57:06 -04:00
Limor "Ladyada" FriedandGitHub 8de033bae1 Merge pull request #159 from Rotzbua/patch-1
Fix compiler warning unused parameter...
2020-05-21 12:16:14 -04:00
RotzbuaandGitHub a7157aa586 Fix compiler warning unused parameter...
...'count' [-Wunused-parameter]
2020-05-21 18:02:10 +02:00
Limor "Ladyada" FriedandGitHub 4f841c64b2 Merge pull request #160 from Rotzbua/patch-2
Fix compiler warning: comparison between signed...
2020-05-21 11:58:36 -04:00
RotzbuaandGitHub d0a1035985 Fix compiler warning: comparison between signed...
... and unsigned integer expressions [-Wsign-compare]
2020-05-21 14:29:08 +02:00
RotzbuaandGitHub 7528a843dd Fix compiler warning: comparison between signed...
... and unsigned integer expressions [-Wsign-compare]
2020-05-21 14:21:00 +02:00
RotzbuaandGitHub 5ce3bce49c Fix compiler warning: comparison between signed...
... and unsigned integer expressions [-Wsign-compare]
2020-05-21 06:28:03 +02:00
RotzbuaandGitHub 44a80e01e6 Fix compiler warning unused parameter...
...'count' [-Wunused-parameter]
2020-05-21 06:19:11 +02:00
Limor "Ladyada" FriedandGitHub 6a843cb8aa Merge pull request #155 from adafruit/actionci
actionified, formatted and doxy'd
1.3.9
2020-04-19 12:35:48 -04:00
siddacious 5d60b0d3f0 actionified, formatted and doxy'd 2020-04-08 11:37:24 -07:00
Limor "Ladyada" FriedandGitHub 428e115b57 Update library.properties 1.3.8 2019-11-02 14:51:31 -04:00
Limor "Ladyada" FriedandGitHub db1a7943d4 Merge pull request #144 from AghaSaad04/master
[Documentation]
2019-11-01 14:41:53 -04:00
AghaSaad04 e194e633df Merge branch 'master' of https://github.com/AghaSaad04/DHT-sensor-library 2019-11-01 23:29:06 +05:00
AghaSaad04 3f3b158090 [Fix contributor name and remove version section] 2019-11-01 23:08:43 +05:00
Agha Saad FrazandGitHub 1cc7cbcbbe [Update URL]
Signed-of-by: Agha Saad Fraz <agha.saad04@gmail.com>
2019-11-01 14:41:05 +05:00
AghaSaad04 47854ee87d [Documentation] 2019-11-01 03:26:43 +05:00
Limor "Ladyada" FriedandGitHub bcb7767e4f Update library.properties 1.3.7 2019-07-18 22:39:18 -04:00
ladyada deafbf4067 oops no quotes? 2019-07-18 16:31:57 -04:00
ladyada 26177dbc71 try adding dep 2019-07-18 16:25:44 -04:00
Limor "Ladyada" FriedandGitHub 297faa7762 Update README.md 2019-07-18 16:24:12 -04:00
Jan HoffmannandGitHub 79baadf4e5 Update library.properties 1.3.6 2019-07-11 10:45:39 +02:00
Limor "Ladyada" FriedandGitHub c1a3b9e507 Merge pull request #136 from hoffmannjan/master
doxygen + readme + cleanups
2019-07-04 12:48:48 -04:00
Jan Hoffmann 56262f5b17 travis in readme 2019-07-04 17:34:56 +02:00