Drivers for temperature and humidity sensor SHF15. Modified for EDE_PRO2_team1

Dependencies:   SHTx mbed

Fork of PRO2_SHT15_Example by Olga Høyer

Committer:
OlgaHoeyer
Date:
Thu May 18 21:21:13 2017 +0000
Revision:
6:d17b645ed2a5
modulus structure_first try

Who changed what in which revision?

UserRevisionLine numberNew contents of line
OlgaHoeyer 6:d17b645ed2a5 1 //Author : Olga Hoeyer
OlgaHoeyer 6:d17b645ed2a5 2 //Date : 18 May 2017
OlgaHoeyer 6:d17b645ed2a5 3 //Version : 2.0
OlgaHoeyer 6:d17b645ed2a5 4 //Changes: Structure changed to modular, to ease future use of the funktion.
OlgaHoeyer 6:d17b645ed2a5 5 //Copyright : Open for everyone
OlgaHoeyer 6:d17b645ed2a5 6 //
OlgaHoeyer 6:d17b645ed2a5 7 // Description : Function will get a humidity value from the SHF-15 sensor
OlgaHoeyer 6:d17b645ed2a5 8 // Output is relative humidity (float).
OlgaHoeyer 6:d17b645ed2a5 9 //
OlgaHoeyer 6:d17b645ed2a5 10 // Usage: GetHumid()
OlgaHoeyer 6:d17b645ed2a5 11
OlgaHoeyer 6:d17b645ed2a5 12 float GetHumid();