代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/312094/13619440
c led.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/310902/13641605
h led.h
#ifndef _LED_H_
#define _LED_H_
//#include "typedef.h"
sbit WHISTLE_ALARM = P0^0; //警笛鸣叫
#define whistle_alarm_on() WHISTLE_ALARM=0
#define whistle_alarm_off() WHISTLE_ALARM=1
sb
www.eeworm.com/read/310460/13650648
c led.c
/*********************************************
File name : demo_6_7.c
Chip type : ATmega16
Program type : Application
Clock frequency : 4.000000 MHz
Memory model
www.eeworm.com/read/310187/13656613
asm led.asm
IOSFT_REG .usect ".data0",1 ;要显示的数据寄存器
.include "F2407REGS.H" ;引用头部文件
.def _c_int0
.text
_c_int0: ;相当于主程序的入口
CALL SYSINIT ;调系统初始化程序
LDP #DP_PF2 ;
www.eeworm.com/read/310187/13656614
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\2407\2407asm\led\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
www.eeworm.com/read/310187/13656654
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\2407\2407C\1led\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
T
www.eeworm.com/read/310187/13656656
c led.c
//(2) 主程序
// 该程序用于实验演示模板上的8个LED的循环显示
#include "register.h"
main() // 初始化子程序
{ int led;
int i,k;
asm(" setc SXM"); // 抑制符号位扩展
asm(" clrc OV
www.eeworm.com/read/310111/13658222
c led.c
#include "1602.H"
void delayXms(unsigned int x) //延迟x毫秒函数
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/310111/13658228
lst led.lst
C51 COMPILER V7.06 LED 05/31/2006 00:48:57 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
www.eeworm.com/read/310111/13658250