代码搜索:1631 开发教程
找到约 10,000 项符合「1631 开发教程」的源代码
代码结果 10,000
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
prj ds1631.prj
www.eeworm.com/read/116795/14953784
dox ds1631.dox
/** \defgroup ds1631 ds1631: Dallas DS1631 Temperature Sensor Driver
This library provides high-level functions for accessing the Dallas
Semiconductor DS1631 I2C Temperature Sensor.
The basi
www.eeworm.com/read/116795/14954524
h ds1631.h
/*! \file ds1631.h \brief Dallas DS1631 Temperature Sensor Driver Library. */
//*****************************************************************************
//
// File Name : 'ds1631.h'
// Title
www.eeworm.com/read/116795/14954569
c ds1631.c
/*! \file ds1631.c \brief Dallas DS1631 Temperature Sensor Driver Library. */
//*****************************************************************************
//
// File Name : 'ds1631.c'
// Title
www.eeworm.com/read/211952/15169822
pas p1631.pas
PROGRAM p1631;
TYPE
information=record
hp,armor,cool,amount,power,now :Longint;
name :String;
end;
VAR
king1,king2 :Information;
s1,s2