代码搜索:Write_DS
找到约 125 项符合「Write_DS」的源代码
代码结果 125
www.eeworm.com/read/347670/11649770
lis ds18b20.lis
.module ds18b20.c
.area text(rom, con, rel)
0000 .dbfile E:\DS18B20\ds18b20.c
0000 .dbfunc e rst_DS18B20 _rst_D
www.eeworm.com/read/347670/11649804
c ds18b20.c
/****************************************
** 文 件 名: DS18B20.c **
** 日 期: 2007年04月08日 **
** 描 述: DS18B20函数 **
** 作 者:tonghe **
** 版 本: V1.0 **
** 主控芯片:M16
www.eeworm.com/read/347670/11649882
s ds18b20.s
.module ds18b20.c
.area text(rom, con, rel)
.dbfile E:\DS18B20\ds18b20.c
.dbfunc e rst_DS18B20 _rst_DS18B20 fc
; errTime -> R20
.even
_rst_DS18B20::
xcall push_gset1
.dbline -1
www.eeworm.com/read/152805/12080666
c ds1302.c
#include
#include
typedef unsigned char byte;
sbit ds_clk=P1^1;
sbit ds_io =P1^2;
sbit ds_rst=P1^3;
#define WRITE_ENABLE() write_ds1302(7,0x00)
#define WRITE_DI
www.eeworm.com/read/229213/14348671
txt ds18b20.txt
/*================================================================
* 函 数 名: uchar read_ds18b20(void )
* 参 数: 无
* 功能描述: 读ds18b20 读一个字节操作
* 返 回 值: 无
================================================
www.eeworm.com/read/395283/8187021
txt ds18b20.txt
#include
#include
#define ds18b20_dq PC5
#define set_ds18b20_dq_ddr() DDRC|=1
www.eeworm.com/read/369073/9663922
c rtccrc.c
#include"at89x55.h"
#include"intrins.h"
#define uchar unsigned char
#define uint unsigned int
#define useRTC
//用到的系统资源
sbit T_SCLK = P1^0;
sbit T_IO = P1^1;
sbit T_RST = P1^2;
//操作:先命令
www.eeworm.com/read/369073/9663974
c rtccrc.c
#include"at89x55.h"
#include"intrins.h"
#define uchar unsigned char
#define uint unsigned int
#define useRTC
//用到的系统资源
sbit T_SCLK = P1^0;
sbit T_IO = P1^1;
sbit T_RST = P1^2;
//操作:先命令
www.eeworm.com/read/372084/9522213
c 时钟.c
#include
#include
#include
void delay(uint z)
{
uint x,y;
for(x=z;x>0;x--)
for(y=110;y>0;y--);
}
void write_com(uchar com) //LCD写命令
{
lcdrs=0;
P0=
www.eeworm.com/read/372084/9522224
lst 时钟.lst
C51 COMPILER V7.50 时钟 10/17/2008 20:38:09 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 时钟
OBJECT MODULE PLACED IN 时钟.OBJ