代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/342939/11988800
lst led.lst
1 .file "led.c"
2 .arch atmega128
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/342939/11988899
c led.c
/*
****************************************************************************
* 宁波中科集成电路设计中心 版权所有 Copyright 2005
* http:\\www.nbicc.com
*文件名: led.c
*程序员: 夏鹏 xpsonny@nbicc.
www.eeworm.com/read/154104/11989137
c led.c
//串行驱动led显示,
//一个74hc595位移寄存器驱动三极管驱动led位,
//两个74hc595驱动led段,方式位5位x8段x2=10个数码管
//5分频,每次扫描时间位1.25ms
//定义特殊符号
#define nul 0xf
#define qc 0xc
#define qb 0xb
#define q_ 0xa
#define q__ 0xd
www.eeworm.com/read/342874/11994993
lis led.lis
.module LED.c
.area text(rom, con, rel)
0000 .dbfile F:\AVR资料\台灯\LED.c
0000 .dbfunc e port_init _port_init fV
www.eeworm.com/read/342874/11994995
c led.c
//ICC-AVR application builder // Target : M16
// Crystal: 4.0000Mhz
#include
#include
#define uchar unsigned char
#define uint unsigne
www.eeworm.com/read/342874/11994998
_c led._c
//ICC-AVR application builder // Target : M16
// Crystal: 4.0000Mhz
#include
#include
#define uchar unsigned char
#define uint unsigne
www.eeworm.com/read/342874/11995000
s led.s
.module LED.c
.area text(rom, con, rel)
.dbfile F:\AVR资料\台灯\LED.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 13
; //ICC-AVR application builder // Target :
www.eeworm.com/read/342874/11995014
o led.o
XL
H 1 areas 8 global symbols
M LED.c
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size C4 flags 0
dbfile F:\AVR资料\台灯\LED.c
dbfunc e port_init 0 fV
dbline FFFFFFFF 0
dbline D 0
dbline E 0
www.eeworm.com/read/154007/11995635
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/154007/11995664
c led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha