代码搜索:tmpread
找到约 12 项符合「tmpread」的源代码
代码结果 12
www.eeworm.com/read/485308/6557718
c ds18b20.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit DS=P3^3; //定义DS18B20接口
int temp;
uchar flag1;
v
www.eeworm.com/read/471856/6883193
c ds18b20.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit DS=P3^3; //定义DS18B20接口
int temp;
uchar flag1;
v