Drivers for temperature and humidity sensor SHF15. Modified for EDE_PRO2_team1

Dependencies:   SHTx mbed

Fork of PRO2_SHT15_Example by Olga Høyer

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers get_humid.h Source File

get_humid.h

00001 //Author : Olga Hoeyer
00002 //Date : 18 May 2017
00003 //Version : 2.0
00004 //Changes: Structure changed to modular, to ease future use of the funktion.
00005 //Copyright : Open for everyone
00006 //
00007 // Description : Function will get a humidity value from the SHF-15 sensor
00008 // Output is relative humidity (float). 
00009 //
00010 // Usage: GetHumid()
00011 
00012 float GetHumid();