代码搜索结果
找到约 10,000 项符合
LED 的代码
led.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
[P
led.c
//[LED.c]小灯驱动----------------------------------------------------------*
//本文件包含: *
// (1)LEDInit:定义控制小灯的MCU的I/O引脚为输出
led.h
//[LED.h]小灯驱动头文件-----------------------------------------------------
//小灯控制需要用到的头文件
#include //MCU映像寄存器名
#include "Type.h" //类型别名定义
//小灯控制引脚定义
#define Light_P
led时钟.lst
C51 COMPILER V8.08 LED时_
led时钟.c
#include
#include "ds1302.h" //包含DS1302头文件
#define leddata P0 //定义LED数据口
#define sec 0x80 //1302秒寄存器地址
#define min 0x82 //1302分寄存器地址
#define hou 0x84 //1302时寄存器地址
#define re
led.h
void led(void);