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

Dependencies:   mbed

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