代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/473366/6851592
mcp led.mcp
www.eeworm.com/read/473366/6851593
bin led.bin
www.eeworm.com/read/473366/6851597
axf led.axf
www.eeworm.com/read/473366/6851599
o led.o
www.eeworm.com/read/473366/6851603
c led.c
#include "2410addr.h"
void Main(void){
unsigned int i, nLED;
rGPFCON = (rGPFCON & 0x00ff) | 0x5500;//设置GPF[7:4](LED[4:1])为输出功能
while (1){
for (nLED = 1; nLED < 16; nLED
www.eeworm.com/read/473183/6857608
h led.h
/******************************************************************************/
/* LED.h */
/*
www.eeworm.com/read/472827/6858667
c led.c
// 包含必要的头文件
#include "LED.H"
#include
#include
#include
#include
#include
#include
// 将较长的标识符定义成较短的形式
#de
www.eeworm.com/read/472827/6858668
h led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
www.eeworm.com/read/472832/6858708
c led.c
// 包含必要的头文件
#include "LED.H"
#include
#include
#include
#include
#include
#include
// 将较长的标识符定义成较短的形式
#de
www.eeworm.com/read/472832/6858709
h led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);