代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/219994/14856449
c led.c
/*
the led driver for matrix v5
date: 2007.03.16
by jjj.
*/
//-------------------------------------
#include
#include
#include
#include
www.eeworm.com/read/118638/14861084
#2 led.#2
www.eeworm.com/read/118638/14861086
c led.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/118638/14861089
lst led.lst
C51 COMPILER V6.14 LED 11/01/2004 10:36:18 PAGE 1
C51 COMPILER V6.14, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
www.eeworm.com/read/118638/14861090
#3 led.#3
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/118638/14861092
#1 led.#1
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/118638/14861096
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/118638/14861098
obj led.obj
www.eeworm.com/read/219679/14870545
h led.h
#include "GP32C.h" //MCU头文件
#define LEDdata PTA //LED数据线接口
#define LEDdata_D DDRA //数据线相应方向寄存器
#define LEDcs PTB //位选线接口
#define LEDcs_D DDRB //位选线相应方向寄存器
www.eeworm.com/read/219008/14899324
bak led.bak
/************************************************************/
/* Test Code for S64-DEK REV2.0 */
/* By Team Mcuzone */
/* 2005-11 */
/*********************************