Software hold - Team 1 - PRO2 2017 / Mbed 2 deprecated PRO2_samlet_kode

Dependencies:   mbed

get_humid.h

Committer:
OlgaHoeyer
Date:
2017-05-18
Revision:
1:135bd458e39e

File content as of revision 1:135bd458e39e:

//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();