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
/
ds18b20.h
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* ds18b20.h
*
* Created on: 2021年8月17日
* Author: Think
*/
#ifndef INC_DS18B20_H_
#define INC_DS18B20_H_
extern int DS18B20_SampleData(float *temperature);
#endif /* INC_DS18B20_H_ */