代码搜索结果
找到约 10,000 项符合
RTC 的代码
main.dep
C:\HT-PIC\INCLUDE\pic.h
C:\HT-PIC\INCLUDE\pic1684.h
H:\Programming\PicC\Programmi_DB\rtc_ds1307\lcd.h
H:\Programming\PicC\Programmi_DB\rtc_ds1307\delay.h
C:\HT-PIC\INCLUDE\stdio.h
C:\HT-PIC\INCLU
44btest.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
void Isr_Init(void);
//********************
timechip.c
#include "timechip.h"
void delay_us(unsigned char a)
{
unsigned char b;
for(b=a;b>0;b--)
{
asm("nop");
}
}
void Start(void)
{
DIR_IN;
asm("nop");
SDA_0;
asm("nop");
S
idle.c
/*****************************************
NAME: idle.c
DESC: IDLE mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
06.02.2003:DonGo: Modified for 2440
*****************
timeciir.s
;******************************************************************************
; 文件名:TIMECIIR.S
; 功能:利用RTC的增量功能进行1S的定时,当定时时间到时,取反蜂鸣器控制I/O。
; 说明:将跳线器JP7短接。
;**************************************
chap9.asm
; Chapter 9 6812 assembly language programs
; Jonathan W. Valvano
; This software accompanies the book,
; Real Time Embedded Systems published by Brooks Cole
;
; Program 9.11. Method for calling fu
text2402.plg
礦ision3 Build Log
Project:
C:\TDDOWNLOAD\PCF8583和MCS51的接口(IIC)的程序\318919RTC_PCF8563_C51\Keil_template\template.uv2
Project File Date: 11/08/2004
Out
idle.c
/*****************************************
NAME: idle.c
DESC: IDLE mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
06.02.2003:DonGo: Modified for 2440
*****************
test_i2c.c
/*******************************file : testi2c.c******************************
Version : 1.0
Function: The access of the i2c based rtc
2ds12887new.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
void get_clock(void); // 读取RTC时间
void set_clock(void); // 设置RTC时间
sbit CS=P1^0;
uchar time[7