代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/282459/4101546
c led.c
//led.c
#include
#include "led.h"
void Delay (unsigned long a) { // 简单延时
while (--a!=0);
}
void LedsInit(void) { // 初始化led端口
IO0DIR_bit.P0_31 = 1; // port0.12设为输出
www.eeworm.com/read/280424/4126305
c led.c
#include "2407c.h"
#define T1MS 0x9c3f /* 9c3fH=40000-1 */
void interrupt gptime1(void); /* 中断服务程序,定时器计数T1MS次时中断调用 */
void gp_init(void); /* 定时器初始化 */
unsign
www.eeworm.com/read/280424/4126306
cmd led.cmd
-w
-stack 200
-heap 200
-l rts2xx.lib
MEMORY
{
PAGE 0:
VECS :o=0,l=40h
PRCT :o=40h,l=4
PROG :o=9000h,l=2000h
PAGE 1:
IDATA1:o=300h,l=100h
IDATA2:o=0c00h,l=400h
REG
www.eeworm.com/read/280424/4126319
c led.c
#include "2407c.h"
void Delay(int nDelay); /* 延时子程序 */
main()
{
unsigned int uWork;
*WDCR=0x6f;
*WDKEY=0x5555;
*WDKEY=0xaaaa; /* 关闭看门狗 */
*SCSR1=0x81fe; /
www.eeworm.com/read/280424/4126320
cmd led.cmd
-w
-stack 200
-heap 200
-l rts2xx.lib
MEMORY
{
PAGE 0:
VECS :o=0,l=40h
PRCT :o=40h,l=4
PROG :o=9000h,l=2000h
PAGE 1:
IDATA1:o=300h,l=100h
IDATA2:o=0c00h,l=400h
www.eeworm.com/read/279375/4137013
h led.h
// LED.h: interface for the CLED class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LED_H__99F4E222_5B24_11D4_B57D_000021E33FFC__INCLUDED_)
#define
www.eeworm.com/read/279375/4137022
cpp led.cpp
// LED.cpp: implementation of the CLED class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ParkSys.h"
#include "LED.h"
#include "vicp
www.eeworm.com/read/277700/4152033
c led.c
/***************************************************************************
* Copyright
www.eeworm.com/read/277700/4152079
c led.c
/***************************************************************************
* Copyright
www.eeworm.com/read/276987/4159573
c led.c
#include "LED.h"
void LED_Set(int index, enum LEDOPT opt)
{
int data = 0x0400