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 by
Revision 5:c8bc136fd956, committed 2018-01-02
- Comitter:
- eungee
- Date:
- Tue Jan 02 13:55:05 2018 +0000
- Parent:
- 4:1e78a462b211
- Commit message:
- y
Changed in this revision
DHT.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DHT.cpp Thu Jul 20 09:04:07 2017 +0000 +++ b/DHT.cpp Tue Jan 02 13:55:05 2018 +0000 @@ -136,7 +136,7 @@ float DHT::CalcTemperature() { - int v; + float v; switch (_DHTtype) { case DHT11: