1 Star 0 Fork 1

蒹葭平台/smartWinery51

forked from Lisq/smartWinery51 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ds18b20.h 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lisq 提交于 2020-05-23 09:38 . 增加OLED显示部分
#ifndef __DS18B20_H_
#define __DS18B20_H_
#include "reg51.h"
#include "misc.h"
/**************引脚定义***************/
sbit DQ = P3 ^ 3; //IO
/**************变量声明***************/
//extern uchar idata disp[8];
/**************函数声明***************/
//extern uchar Reset_DS18B20(void);
//extern uchar read_byte(void);
//extern void write_byte(uchar val);
//extern uint Read_Temperature(void);
extern int DS18B20Disp(void);
#endif //__DS18B20_H_
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jianjia_paltform/smartWinery51.git
git@gitee.com:jianjia_paltform/smartWinery51.git
jianjia_paltform
smartWinery51
smartWinery51
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385