代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/330247/12904872
sdb led.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID CANREADCODE ]
"14 C:\HT-PIC\INCLUDE\pic168xa.h
[v _INDF `Vuc 1 s 1 @0 ]
"15
[v _TMR0 `Vuc 1 s 1 @1 ]
"16
[v _PCL `Vuc 1 s 1 @2 ]
"17
[v _STATUS
www.eeworm.com/read/330247/12904874
rlf led.rlf
www.eeworm.com/read/330247/12904879
c led.c
#include
#define uchar unsigned char
#define uint unsigned int
const table[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};//不带小数点的显示码
unsigned char date;
uint count=0;
unsigned
www.eeworm.com/read/330247/12904880
obj led.obj
www.eeworm.com/read/330159/12908951
lst led时钟.lst
C51 COMPILER V7.06 LED蔩钟 06/10/2008 10:57:17 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LED蔩钟
OBJECT MODULE PLACED IN LED
www.eeworm.com/read/330159/12908957
c led时钟.c
#include
#include "ds1302.h" //包含DS1302头文件
#include "ds18b20.h"
#define leddata P0 //定义LED数据口
#define sec 0x80 //1302秒寄存器地址
#define min 0x82 //1302分寄存器地址
#define hou 0x84 //1
www.eeworm.com/read/330159/12908958
obj led时钟.obj
www.eeworm.com/read/330076/12917129
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/330076/12917285
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)
//
www.eeworm.com/read/330076/12917341
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/