My_microcontroller

Dependencies:   mbed

Fork of DHT-11Mine by Umair Aftab

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers airhumidity.h Source File

airhumidity.h

00001 #include "DHT.h"
00002 
00003 extern int error_inside;
00004 
00005 float get_air_temp_inside(int tempunit);
00006 float get_air_humid_inside();
00007