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.
Fork of DHT-11Mine by
Airhumiditysensors/airhumidity.h@1:da927cdfff38, 2014-12-10 (annotated)
- Committer:
- amirgahroosi
- Date:
- Wed Dec 10 06:43:09 2014 +0000
- Revision:
- 1:da927cdfff38
Last version
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| amirgahroosi | 1:da927cdfff38 | 1 | #include "DHT.h" |
| amirgahroosi | 1:da927cdfff38 | 2 | |
| amirgahroosi | 1:da927cdfff38 | 3 | extern int error_inside; |
| amirgahroosi | 1:da927cdfff38 | 4 | |
| amirgahroosi | 1:da927cdfff38 | 5 | float get_air_temp_inside(int tempunit); |
| amirgahroosi | 1:da927cdfff38 | 6 | float get_air_humid_inside(); |
| amirgahroosi | 1:da927cdfff38 | 7 |
