代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/395508/8170523
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/295206/8180050
bsf led.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/295206/8180090
vhd led.vhd
---------------------------------------------------------------------------------------------------
--*************************************************************************************************
www.eeworm.com/read/294911/8193582
lbr led.lbr
www.eeworm.com/read/394702/8210950
obj led.obj
www.eeworm.com/read/394702/8210966
h led.h
/*******************************************************************************
* 函数名称 :
* 功能描述 :
* 参数 :
*
* 返回值 :
* 作者 :
* 创建日期 :
* 全局变量 :
* 全局静态变量:
* 局部静态变
www.eeworm.com/read/394702/8211017
lst led.lst
C51 COMPILER V8.02 LED 11/11/2008 22:44:43 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/394472/8222664
c led.c
#include //配置头文件
#include //内核头文件
#include
#include //时钟头文件
#include //用户定义模块初始函数名需引用的头文件
#include /
www.eeworm.com/read/394472/8222668
c led.c
/*
* 2006 OURS TECH
*
*
*
This file for explain how to use a simple driver
*/
#include
#include
#include
www.eeworm.com/read/294359/8235253
c led.c
#include
void delay();
int main()
{
unsigned int a;
a=0;
Set_IOA_Dir(0xff00);
Set_IOA_Attrib(0xff00);
Set_IOA_Data(0x0000);
while(1)
{
Watchdog_Clear();
a=~a;