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
Diff: DHT.h
- Revision:
- 1:946ecc42b731
- Parent:
- 0:9b5b3200688f
--- a/DHT.h Mon Jul 09 19:47:43 2012 +0000
+++ b/DHT.h Mon Nov 28 12:59:39 2016 +0000
@@ -75,7 +75,7 @@
float ReadTemperature(eScale Scale);
float CalcdewPoint(float celsius, float humidity);
float CalcdewPointFast(float celsius, float humidity);
-
+ void printErr(int ErrType);
private:
time_t _lastReadTime;
float _lastTemperature;
