代码搜索:定时报警
找到约 10,000 项符合「定时报警」的源代码
代码结果 10,000
www.eeworm.com/read/407477/11418231
asm interrupt.asm
SECOND EQU 30H
COUNT EQU 31H
ORG 00H
LJMP START
ORG 0BH ;定时器0中断入口
LJMP INT_T0
START: MOV SECOND,#00H
MOV COUNT,#00H
MOV DPTR,#TABLE ;段码表首地址
MOV P0,#3FH
www.eeworm.com/read/406644/11438279
c sh103.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
sbit L0=P2^0;
sbit L1=P2^1;
sbit L2=P2^2;
sbit L3=P2^3;
uchar data BUFFER[1]={0}; /*定时器计数变量*
www.eeworm.com/read/405875/11455340
c 正常的main.c
//太阳能帽子 AVR驱动程序 2MHZ内部标定时钟 快速定位双PWM 恢复值50
//2007年4月10
//溶丝位 时钟 0010
#include"avr/io.h"
#include"avr/iom8.h"
#include"avr/signal.h"
#include "ad.h"
void yanshi(unsigned int x)
www.eeworm.com/read/403611/11513809
#1 wlcda1098.#1
;参考程序A. 文件名:WLCDA1098.ASM程序功能;在该液晶模块上显示二行字符:
;Welcom To NCD
;www.xhl.com.cn
$include (c8051f020.inc)
ORG 0
AJMP main
ORG 30h
MAIN: MOV WDTCN,#0DEH ;禁止看门狗定时器
MOV
www.eeworm.com/read/403611/11513819
#2 wlcda1098.#2
参考程序A. 文件名:WLCDA1098.ASM程序功能;在该液晶模块上显示二行字符:
Welcom To NCD
www.xhl.com.cn
$include (c8051f020.inc)
ORG 0
AJMP main
ORG 30h
MAIN: MOV WDTCN,#0DEH ;禁止看门狗定时器
MOV
www.eeworm.com/read/403611/11513820
asm wlcda1098.asm
;参考程序A. 文件名:WLCDA1098.ASM程序功能;在该液晶模块上显示二行字符:
;Welcom To NCD
;www.xhl.com.cn
$include (c8051f020.inc)
ORG 0
AJMP main
ORG 30h
MAIN: MOV WDTCN,#0DEH ;禁止看门狗定时器
MOV
www.eeworm.com/read/158703/11592174
lst organ.lst
File: ORGAN.ASM Holtek Cross-Assembler Version 2.86 Page 1
1 0000 ;第十三章中断及定时/计数器应用
2 0000 ;PA0~PA7 设置为输入同时用电阻接电源使其电位为High 当按键按下时其电位为Low
3 0000
www.eeworm.com/read/348452/11593471
txt 全自动洗衣机.txt
ORG 0000H
START: AJMP MAIN
ORG 0003H
AJMP INT0 ; 暂停中断中断向量
ORG 000BH
AJMP T0 ; 定时器0中断向量
ORG 0013H
AJMP INT1 ; 开盖,不平衡中断中断向量
ORG 0030H
; START
www.eeworm.com/read/262218/11600422
asm exec065.asm
ORG 0000H
AJMP START
ORG 30H
START:
MOV SP,#5FH
MOV TMOD,#00000110B ;定时/计数器1作计数用,0不用全置0
SETB TR0 ;启动计数器1开始运行.
LOOP:
MOV A,TL0
CPL A
MOV P1,A
AJMP LOOP
www.eeworm.com/read/348348/11600625
asm interrupt.asm
SECOND EQU 30H
COUNT EQU 31H
ORG 00H
LJMP START
ORG 0BH ;定时器0中断入口
LJMP INT_T0
START: MOV SECOND,#00H
MOV COUNT,#00H
MOV DPTR,#TABLE ;段码表首地址
MOV P0,#3FH