代码搜索:定时灯
找到约 10,000 项符合「定时灯」的源代码
代码结果 10,000
www.eeworm.com/read/366268/9822192
c pwm_timer_b.c
/*******************************************************************************
文件名:pwm_timer_b.c
编写者:czhang
描述:使用定时器B进行PWM输出。输出的频率和占空比由串行口发送来的指令确定。
版本: 1.0 2005-2-20
***************************
www.eeworm.com/read/366200/9824838
_h time0._h
#ifndef __time0_h
#define __time0_h
#include
//#include
#include
#include
#include
//---------------------------定时器0初始化----------
www.eeworm.com/read/366200/9824866
h time0.h
#ifndef __time0_h
#define __time0_h
#include
//#include
#include
#include
#include
//---------------------------定时器0初始化----------
www.eeworm.com/read/366097/9832838
h time_module.h
#include
//#include
//数据类型定义
#define uchar unsigned char
#define ulong unsigned long
#define uint unsigned int
//利用T0定时器以实现精确的延时
#define Crystal
www.eeworm.com/read/366089/9833114
c timeout.c
#include
#include
#include
char user[40];
//alarm 的捕捉函数
void catch_alarm(int sig_num)
{
printf("Sorry, time limit reached.\n");
//清除定时器
alarm(0);
exit
www.eeworm.com/read/364623/9902848
v crc1.v
/////////////////////////////////////////////////////////////
// din:输入信号clk:全局时钟 ///
//en1:使能控制sel1:信息位与校验位的区分1为信息位,0为校验位//
//reset:复位 crcout:输出 clkout:位定时信号
www.eeworm.com/read/359100/10166003
c main.c
#include
#include "define.h"
#include "intial.h"
unsigned char g_State[22];
void main()
{
Intial();
T0_RUN; // 开启T0定时器,开始采集电压信号
while(1)
{
;
}
}
www.eeworm.com/read/425726/10333409
c pwm_timer_b.c
/*******************************************************************************
文件名:pwm_timer_b.c
编写者:czhang
描述:使用定时器B进行PWM输出。输出的频率和占空比由串行口发送来的指令确定。
版本: 1.0 2005-2-20
***************************