代码搜索:Write_DS
找到约 125 项符合「Write_DS」的源代码
代码结果 125
www.eeworm.com/read/344070/11910286
c ds1302时分.c
/************************************/
/*杭州电子&计算机工作室 */
/*http://www.hificat.com */
/*DS1302测试程序 */
/*目标器件:AT89S51 */
/*晶振:11.0592MHZ */
/*编译环境:Keil 7.50A */
/**************
www.eeworm.com/read/344070/11910318
c 正常 ds1302.c
/************************************/
/*杭州电子&计算机工作室 */
/*http://www.hificat.com */
/*DS1302测试程序 */
/*目标器件:AT89S51 */
/*晶振:11.0592MHZ */
/*编译环境:Keil 7.50A */
/**************
www.eeworm.com/read/474412/6808976
c ds.c
#include
#include "led.h"
sbit rst=P2^5;
sbit sclk=P2^7;
sbit io=P2^6;
unsigned int second[2]={0,0},min[2]={0,0},hour[2]={0,0};
void write_ds1302(unsigned char dat)
{
unsigned
www.eeworm.com/read/474412/6808989
lst ds.lst
C51 COMPILER V8.05a DS 03/24/2009 23:10:31 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE DS
OBJECT MODULE PLACED IN ds.
www.eeworm.com/read/474228/6816766
c ds1302_main.c
#include
#include"1302.h"
const unsigned char LEDCODE[]=
{
0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x40,
};
unsigned char LEDBuffer[8];
unsigned char ScanLEDCount;
www.eeworm.com/read/471131/6897841
c 1302.c
#define uchar unsigned char
#define uint unsigned int
#include "def.h"
#include
#include
#include
#include
#include
void Write_Ds1302_by
www.eeworm.com/read/471131/6897859
lst 1302.lst
C51 COMPILER V7.06 1302 07/31/2008 22:35:06 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 1302
OBJECT MODULE PLACED IN 13
www.eeworm.com/read/393705/8269176
lst 03.lst
C51 COMPILER V7.07 03 12/11/2008 18:28:31 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE 03
OBJECT MODULE PLACED IN 03.O
www.eeworm.com/read/393705/8269220
c 03.c
// 工程名称: DS12CR887实时时钟
// 2008/12/10
// 功能描述: 万年历,农历和电子钟,具备拨报日期、时间、正点报时、秒表、闹钟等功能。
// 更多功拨报日期、时间、正点报时、秒表、闹钟等功能。进一步添加中...
//======================================================================
www.eeworm.com/read/369456/9647789
i drv_18b20.i
#line 1 "src\\drv_18b20.c"
#line 18 "src\\drv_18b20.c"
void delays(uint32 time)
{
uint32 i,j;
for(i=0;i