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_temp.h Source File

get_temp.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 temperature value from the SHF-15 sensor
00008 // Output is value in Celsius (float). 
00009 //
00010 // Usage: GetTemperature()
00011 
00012 float GetTemperature();