代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/222756/14676045
h led.h
#define hc595_din PTB_PTB5
#define hc595_sclk PTB_PTB7
#define hc595_lclk PTB_PTB6
sys_data_type led_st0,led_st1,led_st2,led_st3;
sys_data_type led_flag;
unsigned char led_safety_time
www.eeworm.com/read/122460/14689128
o led.o
www.eeworm.com/read/122460/14689134
c led.c
#include "pin.h"
/****************************************************************************
* 名称:DelayNS()
* 功能:长软件延时
* 入口参数:dly 延时参数,值越大,延时越久
* 出口参数:无
**************************************
www.eeworm.com/read/222454/14689388
obj led.obj
www.eeworm.com/read/222454/14689399
h led.h
#define MAX_LED 4
#define LED_COM_A 1
#define LED_COM_K 0
#define LED_STYLE LED_COM_K //程序配置:选择共阴或共阳LED
#define LED_NULL 0XFF
#define LED_SEG P2
#define LED_IDX P0
void InitLED(v
www.eeworm.com/read/222454/14689419
c led.c
#include
#include "type.h"
#include "led.h"
UCHAR vBuffer[MAX_LED];
UCHAR code LED_Table[]={
//0 1 2 3 4 5 6 7 8 9
0X3F,0X6,0X5B,0X4F,0X66,0X6D,0X7D,0X7,0
www.eeworm.com/read/222454/14689423
lst led.lst
C51 COMPILER V7.00 LED 05/16/2007 10:42:12 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/221733/14725529
o led.o
www.eeworm.com/read/221733/14725578
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/221733/14725645
c led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha