代码搜索:主时钟
找到约 10,000 项符合「主时钟」的源代码
代码结果 10,000
www.eeworm.com/read/28675/1005081
c main.c
/***************************************
**模拟时钟程序
**暂无时间调整功能
**proteus仿真论坛:http://proteus.5d6d.com
***************************************/
#include
#include
#include
www.eeworm.com/read/28694/1005866
c main.c
//-----------------------------------------------------------------
// 名称: 用DS1302与12864LCD设计的可调式电子日历与时钟
//-----------------------------------------------------------------
// 说明: 本例运行时会以PC时间为默认时
www.eeworm.com/read/29913/1015733
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/40382/1139092
_c delay._c
/************************************************
文件:delay.c
用途:延时函数
注意:系统时钟8M
创建:2008.1.25
修改:2008.1.25
Copy Right (c) www.avrvi.com AVR与虚拟仪器
***********************************************
www.eeworm.com/read/40382/1139105
h delay.h
/************************************************
文件:delay.h
用途:延时函数头文件
注意:系统时钟8M
************************************************/
#ifndef __DELAY_H__
#define __DELAY_H__
extern void delay_1
www.eeworm.com/read/478601/1350112
h delay.h
#ifndef _DELAY_H_
#define _DELAY_H_
// 声明全局的系统时钟变量
extern unsigned long TheSysClock;
// 延时
extern void Delay(unsigned long ulVal);
#endif // _DELAY_H_
www.eeworm.com/read/478101/1354317
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/452881/1647692
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/195948/5106482
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/345302/3201121
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI