代码搜索:如何学习 1631?
找到约 10,000 项符合「如何学习 1631?」的源代码
代码结果 10,000
www.eeworm.com/read/130771/14174647
h ds1631.h
/*! \file ds1631.h \brief Dallas DS1631 Temperature Sensor Driver Library. */
//*****************************************************************************
//
// File Name : 'ds1631.h'
// Title
www.eeworm.com/read/130771/14174649
c ds1631.c
/*! \file ds1631.c \brief Dallas DS1631 Temperature Sensor Driver Library. */
//*****************************************************************************
//
// File Name : 'ds1631.c'
// Title
www.eeworm.com/read/232184/14204940
bin ds1631.bin
www.eeworm.com/read/232184/14204941
obj ds1631.obj
www.eeworm.com/read/232184/14204943
lst ds1631.lst
C51 COMPILER V7.50 DS1631 12/18/2006 13:06:56 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DS1631
OBJECT MODULE PLACED IN
www.eeworm.com/read/232184/14204948
hex ds1631.hex
www.eeworm.com/read/232184/14204951
dsk ds1631.dsk
www.eeworm.com/read/232184/14204953
c ds1631.c
#include // 引用标准库的头文件
#include
#define uchar unsigned char
#define uint unsigned int
#define READ 1
#define WRITE 0
sbit SDA = P1^4; // 串行数据
sbit SCL = P1^6;
www.eeworm.com/read/232184/14204956