dashboard
repositories
filestore
activity
search
login
main
/
BearKE1
小熊座KE1开发板
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add 5.ESP8266无线通信--基于MQTT协议无线监控
guowenxue
2021-08-29
77ddd4a0943e2f9935bec2e00fffacec370cc1aa
[BearKE1.git]
/
src
/
BearKE1
/
Core
/
Inc
/
dht11.h
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_ */