Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: DHT11.cpp
- Revision:
- 12:4950d9936ba4
- Parent:
- 11:e91c151d1798
--- a/DHT11.cpp Thu Sep 25 14:13:10 2014 +0000 +++ b/DHT11.cpp Sat Dec 22 07:27:48 2018 +0000 @@ -39,7 +39,7 @@ int DHT11::readData(void) { // Checking the measurement frequency - if (t.read_ms() < 2000 && first_time == false) { + if (t.read_ms() < 500 && first_time == false) { t.reset(); return READ_TOO_OFTEN; }