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.
Dependencies: mbed
get_humid.h@1:135bd458e39e, 2017-05-18 (annotated)
- Committer:
- OlgaHoeyer
- Date:
- Thu May 18 22:34:57 2017 +0000
- Revision:
- 1:135bd458e39e
half finished modular design
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| OlgaHoeyer | 1:135bd458e39e | 1 | //Author : Olga Hoeyer |
| OlgaHoeyer | 1:135bd458e39e | 2 | //Date : 18 May 2017 |
| OlgaHoeyer | 1:135bd458e39e | 3 | //Version : 2.0 |
| OlgaHoeyer | 1:135bd458e39e | 4 | //Changes: Structure changed to modular, to ease future use of the funktion. |
| OlgaHoeyer | 1:135bd458e39e | 5 | //Copyright : Open for everyone |
| OlgaHoeyer | 1:135bd458e39e | 6 | // |
| OlgaHoeyer | 1:135bd458e39e | 7 | // Description : Function will get a humidity value from the SHF-15 sensor |
| OlgaHoeyer | 1:135bd458e39e | 8 | // Output is relative humidity (float). |
| OlgaHoeyer | 1:135bd458e39e | 9 | // |
| OlgaHoeyer | 1:135bd458e39e | 10 | // Usage: GetHumid() |
| OlgaHoeyer | 1:135bd458e39e | 11 | |
| OlgaHoeyer | 1:135bd458e39e | 12 | float GetHumid(); |