guowenxue
2021-08-29 77ddd4a0943e2f9935bec2e00fffacec370cc1aa
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * dht11.h
 *
 *  Created on: Aug 8, 2021
 *      Author: Think
 */
 
#ifndef INC_DHT11_H_
#define INC_DHT11_H_
 
extern int DHT11_SampleData(float *temperature, float *humidity);
 
#endif /* INC_DHT11_H_ */