From 7844c8bdce40aaab7a18ddddc7007cac3282028b Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sat, 19 Apr 2025 13:38:11 +0300 Subject: [PATCH] [DHT11] minor bugfixes, minor speed improvements - fix timeout awaiting, add more time - move SKIP_LOW into dht11_measure_high_duration function to execute the function call before the PD11 line goes high, thus increasing the precision of signal length measurement --- .cproject | 2 +- Core/Src/DHT11.c | 12 ++++++------ Core/Src/main.c | 17 ++++++++++++----- test1.ioc | 2 ++ 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.cproject b/.cproject index 29ae4a7..d1f618c 100644 --- a/.cproject +++ b/.cproject @@ -36,7 +36,7 @@