代码搜索:LED_DISPLAY
找到约 1,437 项符合「LED_DISPLAY」的源代码
代码结果 1,437
www.eeworm.com/read/375270/9366071
c 三极管 .c
/* *****************************************************************/
/* 电子技术实验室论坛单片机开发板演示程序 */
/* 数码管动态显示 */
/* 数码管
www.eeworm.com/read/363000/9972135
c 2410loader_bak.c
/************************************************
* NAME : 2410loader.C *
* DESC : *
* History : 2002.02.25 ver 0.0 *
************************************************/
#includ
www.eeworm.com/read/275878/10787208
c zhkcsj.c
#include"at89x52.h"
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define disp_off 0x3e
#define disp_on 0x3f
#define di
www.eeworm.com/read/275878/10787222
lst zhkcsj.lst
C51 COMPILER V7.06 ZHKCSJ 01/09/2008 10:38:45 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE ZHKCSJ
OBJECT MODULE PLACED IN
www.eeworm.com/read/135104/7094261
c main.c
#include
#include "Target\option.h"
#include "Target\44b.h"
#include "Target\44blib.h"
#include
#include "flashtest\flash.h"
/*******************************************
www.eeworm.com/read/149279/7140918
c main.c
#include
#include "Target\option.h"
#include "Target\44b.h"
#include "Target\44blib.h"
#include
#include "flashtest\flash.h"
/*******************************************
www.eeworm.com/read/464071/7169963
c num_led.c
#include
#ifndef iar
#include
#endif
#define xtal 4
const unsigned char seg_table[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,
0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e}
www.eeworm.com/read/446874/7563662
c subfunctions.c
/****************************************************************************
Copyright (c) 深圳市民德电子科技有限公司 http://www.szminde.cn
文件名称:subfunctions.c
版本号: 1.0
日期: 2005-05-25
说明: 此文件
www.eeworm.com/read/446874/7563665
c main.c
/****************************************************************************
Copyright (c) 深圳市民德电子科技有限公司 http://www.szminde.cn
文件名称:MAIN.c
版本号: 1.0
日期: 2005-05-25
说明: 此文件包含主函数和中断的初始
www.eeworm.com/read/443248/7635551
h led.h
#ifndef __LED_H_
#define __LED_H_
/*--- function declare ---*/
void leds_on(void); /* all leds on */
void leds_off(void); /* all leds off */
void led1_on(void); /* led 1 on */
vo