代码搜索:LED

找到约 10,000 项符合「LED」的源代码

代码结果 10,000
www.eeworm.com/read/164908/6310984

c led.c

#include //LED.c void delay(unsigned int del); #define LED_PORT *(unsigned volatile int*) 0x90080000 void main() { int i =0; puts("USER LED Test!\n"); while(1) { for(
www.eeworm.com/read/431417/6312003

bmp led.bmp

www.eeworm.com/read/126745/6313518

asm led.asm

******************************************************* * TMS320C2x/C2xx/C5x ANSI C Codegen Version 7.00 ******************************************************* ; C:\TIC2XX\C2000\CGTOOLS\BIN
www.eeworm.com/read/126745/6313519

c led.c

#define LED port40 volatile ioport unsigned int port40; extern void LEDTest(unsigned int count); extern void delay(unsigned int period); extern void LEDflash(unsigned int i
www.eeworm.com/read/453757/6318585

led2

www.eeworm.com/read/453757/6318590

pwi led.pwi

www.eeworm.com/read/453757/6318599

dsn led.dsn

www.eeworm.com/read/453757/6318603

led1

www.eeworm.com/read/162052/6326425

h led.h

#ifndef __LED_H__ #define __LED_H__ void SendData(unsigned char); extern void Init_7219(void); extern void DispOneDig(unsigned char,unsigned char); extern void ShineAll(unsigned char); exter
www.eeworm.com/read/162052/6326436

c led.c

/****************************************************** 文件:led.c 描述:7段数码管显示 硬接口:IOB0--CLK,IOB1--DIN,IOB2--LD(1)/CS(0) 软接口:初始化上述3口为输出,初始化SIO,调用Init7219(),调用DispOneDig(num,dig) 修改信息:2005-07-26 nev