代码搜索:Write_DS
找到约 125 项符合「Write_DS」的源代码
代码结果 125
www.eeworm.com/read/373320/9463555
lst ds12887.lst
C51 COMPILER V7.50 DS12887 09/23/2008 20:05:35 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DS12887
OBJECT MODULE PLACED IN
www.eeworm.com/read/373320/9463569
c ds12887.c
////DS12CR887/////
////数据读取/////
#include
uchar read_ds(uchar add)
{
uchar date;
//dscs=0;
dsas=1;
dsds=1;
dsrw=1;
dscs=0;
P0=add;
dsas=0;
www.eeworm.com/read/358206/10193827
c main.c
#include //头文件引用
//大LED数码管显示代码表
const unsigned char LEDCODE[]=
{
0x3F,0x06,0x5B,0x4F,//0,1,2,3
0x66,0x6D,0x7D,0x07,//4,5,6,7
0x7F,0x6F, //8,9
};
//宏定义
#define TRUE 1
#
www.eeworm.com/read/421661/10715630
c ds1302+led-c51.c
/******************************************************************
/* *
/* AOKE210E单片机开发系统演示程序 *
/*
www.eeworm.com/read/421661/10715640
lst ds1302+led-c51.lst
C51 COMPILER V7.50 DS1302_LED_C51 12/16/2007 13:49:27 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DS1302_LED_C51
OBJECT MODULE PL
www.eeworm.com/read/421661/10715678
lst ds1302+lcd1602-c51.lst
C51 COMPILER V7.50 DS1302_LCD1602_C51 11/26/2007 14:43:04 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DS1302_LCD1602_C51
OBJECT MODUL
www.eeworm.com/read/464067/7169975
h ds1302.h
#include
#include
// common PreDefinition
#define HIGH 1
#define LOW 0
#define TRUE 1
#define ZERO 0
#define MSB 0x80
#define LSB
www.eeworm.com/read/440764/7681802
m51 实时时钟.m51
BL51 BANKED LINKER/LOCATER V5.03 09/15/2008 21:08:11 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\KEIL2\C51\BIN\BL51.EXE ds130
www.eeworm.com/read/433654/7915980
lst ds12887.lst
__text_start:
__start:
0049 E5CF LDI R28,0x5F
004A E0D4 LDI R29,4
004B BFCD OUT P3D,R28
004C BFDE OUT P3E,R29
004D 51C0 SUBI R28,0x10
004E 40D0
www.eeworm.com/read/313864/13580167
txt 带温度测量的lcd显示的实时时钟.txt
#include
#include "16x2LCDDriver.h" //LCD头文件
#include "DS18B20Driver.h" //DS18B20头文件
#include "DS1302Driver.h" //DS1302头文件
struct TimerStruct //定义时钟的数据结构
{