#define dht22 PIN_B4
#bit dht_io = 0xf93.5 // Este es el pin b4

byte error;

float dhthum;
float dthtemp;
int16 temperatura, humedad;
float temp,hum;  

                       
Void dht_init (void);
Void leer_dht22 ();
