代码搜索:LED控制
找到约 10,000 项符合「LED控制」的源代码
代码结果 10,000
www.eeworm.com/read/235182/14082629
h led.h
/**********************************************************************
*
* Filename: led.h
*
* Description: Header file for LED-related functionality.
*
* Notes: The constants i
www.eeworm.com/read/235182/14082635
c led.c
/**********************************************************************
*
* Filename: led.c
*
* Description: LED-related functionality.
*
* Notes: The constants in this file are
www.eeworm.com/read/235182/14082636
obj led.obj
www.eeworm.com/read/235182/14082660
cpp led.cpp
/**********************************************************************
*
* Filename: led.cpp
*
* Description: A memory-mapped PCB version of the LED functions.
*
* Notes: The co
www.eeworm.com/read/235182/14082667
obj led.obj
www.eeworm.com/read/235182/14082694
cpp led.cpp
/**********************************************************************
*
* Filename: led.cpp
*
* Description: A memory-mapped PCB version of the LED functions.
*
* Notes: The co
www.eeworm.com/read/235182/14082697
obj led.obj
www.eeworm.com/read/205322/15321070
pcb led.pcb
www.eeworm.com/read/205321/15321071
c led.c
#include
//#include
#define BLKN 2
sbit G=0x97;
sbit R_CLK=0x96;
sbit SCLR=0x95;
void delay(unsigned int);
unsigned char data dispram[32];
/*-----------------------------
www.eeworm.com/read/205005/15330441