代码搜索结果

找到约 10,000 项符合 LED Matrix 的代码

led.h

#ifndef _led_H_ #define _led_H_ #include "..\inc\sl811.h" void Led_Display(U8 LedNum,U8 LedStatus); void Test_Led(void); #endif /*__led_H__*/

led(bak).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

led.c

#include #include "..\inc\def.h" #include "..\inc\44b0x.h" #include "..\INC\44blib.h" #include "..\inc\led.h" //LedNum=0,则同时对4个LED操作 //LedNum为1~4的时候,分别进行操作 void Led_Display(U8 LedN

led.s

/* define symbols */ .equ PORTA_MUX, 0x09000000 .equ PORTA_DATA, 0x09001600 .equ PORTA_DIR, 0x09001604 /* define symbol of program */ .set DELAY_LED, 0xfffff .text .global _start .code 32 _start: /

led.dump

led.out: file format elf32-littlearm Disassembly of section .text: 08030000 : 8030000: e3a00409 mov r0, #150994944 ; 0x9000000 8030004: e59f1034 ldr r1, [pc, #34] ; 8030040