Drivers for temperature and humidity sensor SHF15. Modified for EDE_PRO2_team1

Dependencies:   SHTx mbed

Fork of PRO2_SHT15_Example by Olga Høyer

get_humid.h

Committer:
OlgaHoeyer
Date:
2017-05-18
Revision:
6:d17b645ed2a5

File content as of revision 6:d17b645ed2a5:

//Author : Olga Hoeyer
//Date : 18 May 2017
//Version : 2.0
//Changes: Structure changed to modular, to ease future use of the funktion.
//Copyright : Open for everyone
//
// Description : Function will get a humidity value from the SHF-15 sensor
// Output is relative humidity (float). 
//
// Usage: GetHumid()

float GetHumid();