piclaw
|
8c79f8d0fe
Fix macro formatting for CI clang-format version
|
3 weeks ago |
piclaw
|
99e90c2698
Fix clang-format CI: add .clang-format, update workflow, format code
|
3 weeks ago |
Nicolas Hernandez
|
880538fa12
Fix comment on DHT22 and DHT21 variables
|
4 years ago |
Piotr Henryk Dabrowski
|
bd145c5449
Use const instead of defines for sensors types
|
4 years ago |
per1234
|
86115884c7
Make preprocessor conditional false when identifier undefined
|
5 years ago |
Tom Petz
|
f0a66b0dd3
Adjust comments to comply with doxygen.
|
5 years ago |
Tom Petz
|
b504fa540e
fix extra space and end of line
|
5 years ago |
Tom Petz
|
fa22bc6ca4
Fix lint errors
|
5 years ago |
Tom Petz
|
a1f0c1c038
Add missing microsecondsToClockCycles for 33 BLE
|
5 years ago |
siddacious
|
5d60b0d3f0
actionified, formatted and doxy'd
|
5 years ago |
Jan Hoffmann
|
dd455428a0
documented DHT
|
6 years ago |
Phillip Burgess
|
f566d58f47
Move ESP8266 yield() out of InterruptLock
|
7 years ago |
Phillip Burgess
|
9bf12551d8
ESP8266: yield() immediately before & after interrupt disablage
|
7 years ago |
Phillip Burgess
|
7cec0cb06d
Configurable pullup delay time, default 55 usec
|
7 years ago |
Paint Your Dragon
|
be8859e28c
Merge pull request #113 from gpambrozio/master
|
7 years ago |
Paint Your Dragon
|
bf86a4068c
Merge pull request #112 from SConaway/patch-1
|
7 years ago |
Paint Your Dragon
|
efcca31a7f
Merge pull request #108 from qub1750ul/master
|
7 years ago |
Gustavo Ambrozio
|
7787bdd186
Making the library work nicely with the nrf52
|
7 years ago |
Steven Conaway
|
f771939337
Update DHT.h
|
7 years ago |
Giuseppe Masino
|
3bba771f8c
Changed boolean to bool
|
7 years ago |
Boyi C
|
a607a50475
Add support for DHT12.
|
8 years ago |
Tony DiCola
|
15020aa891
Fix #44 by conditionally excluding unused port and bitmask state on non-AVR platforms.
|
10 years ago |
Matthijs Kooijman
|
45a20da301
Shrink DHT::data to 5 bytes
|
10 years ago |
Matthijs Kooijman
|
5973929e63
Remove the firstreading variable
|
10 years ago |
Matthijs Kooijman
|
04905bc5cd
Add force parameter to read methods
|
10 years ago |
Tony DiCola
|
5cd78aead6
Fix merge conflict with interrupt disable lock.
|
10 years ago |
Tony DiCola
|
85d85170bd
Fix #37 by optimizing pulse read to use direct port access on AVR, stops checksum failures from missed signals.
|
10 years ago |
Zirientis
|
a2208eb813
Cause interrupts to be reenabled if a timeout occurs while waiting for the sensor.
|
10 years ago |
Tony DiCola
|
ef9590ad96
Fix merge conflicts, make compute heat index default to Fahrenheit to not break old code that assumes default is Fahrenheit.
|
10 years ago |
Tony DiCola
|
9d7a9da8ae
Refactor algorithm to dynamically adjust to faster/slower processors. Fix #35 #30.
|
10 years ago |