代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/411313/11248806
lst led.lst
__start:
__text_start:
0030 E5CF LDI R28,0x5F
0031 E0D4 LDI R29,4
0032 BFCD OUT P3D,R28
0033 BFDE OUT P3E,R29
0034 51C0 SUBI R28,0x10
0035 40D0
www.eeworm.com/read/411313/11248808
prj led.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGroup1=0
E
www.eeworm.com/read/411313/11248810
mp led.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/411313/11248812
dbg led.dbg
VERSION 1.0
CPU AVR
DIR C:\icc\include\
FILE AVR_PQ1A.h
FUNC Delayus A2 fV
BLOCK 28 A8
DEFREG i 20 i
DEFREG US 22 i
LINE 28 A8
LINE 30 A8
LINE 31 BC
LINE 31 C2
LINE 31 C2
LINE 31 C6
BLOC
www.eeworm.com/read/265922/11249984
asm led.asm
www.eeworm.com/read/265798/11253283
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/265798/11253286
c led.c
#include
#include "def.h"
#include "44b.h"
#include "44blib.h"
#include "led.h"
void Isr_Init(void);
//void HaltUndef(void);
//void HaltSwi(void);
//void HaltPabort(void);
www.eeworm.com/read/249758/12476770
c led.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "f2812a.h"
#include "stdio.h"
// 定义指示灯寄存器地址和寄存器类型