代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/213263/15138710
h led.h
/**********************************************************************
*
* Filename: led.h
*
* Description: Header file for LED-related functionality.
*
* Notes: The constants in this
www.eeworm.com/read/213263/15138713
c led.c
/**********************************************************************
*
* Filename: led.c
*
* Description: LED-related functionality.
*
* Notes: The constants in this file are specif
www.eeworm.com/read/213263/15138714
obj led.obj
www.eeworm.com/read/213263/15138733
cpp led.cpp
/**********************************************************************
*
* Filename: led.cpp
*
* Description: A memory-mapped PCB version of the LED functions.
*
* Notes: The constant
www.eeworm.com/read/213263/15138739
obj led.obj
www.eeworm.com/read/213263/15138755
cpp led.cpp
/**********************************************************************
*
* Filename: led.cpp
*
* Description: A memory-mapped PCB version of the LED functions.
*
* Notes: The constant
www.eeworm.com/read/213263/15138757
obj led.obj
www.eeworm.com/read/212856/15147582
c led.c
//串行驱动led显示,
//一个74hc595位移寄存器驱动三极管驱动led位,
//两个74hc595驱动led段,方式位5位x8段x2=10个数码管
//5分频,每次扫描时间位1.25ms
//定义特殊符号
#define nul 0xf
#define qc 0xc
#define qb 0xb
#define q_ 0xa
#define q__ 0xd
www.eeworm.com/read/212430/15156296
obj led.obj
www.eeworm.com/read/212430/15156310
c led.c
/* BLINKY.C - LED Flasher for the Keil MCBx51 Evaluation Board with 80C51 device*/
#include
// When you have enabled the option Stop Program Execution with Serial
//