guowenxue
2021-08-29 77ddd4a0943e2f9935bec2e00fffacec370cc1aa
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_ */