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.
Revision 12:4950d9936ba4, committed 2018-12-22
- Comitter:
- marvas
- Date:
- Sat Dec 22 07:27:48 2018 +0000
- Parent:
- 11:e91c151d1798
- Commit message:
- rtc sicaklik sensor uygulamasi
Changed in this revision
DHT11.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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; }