代码搜索:RunLED
找到约 216 项符合「RunLED」的源代码
代码结果 216
www.eeworm.com/read/429465/8807570
opt runled.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/429465/8807573
c runled.c
#include //预处理文件里面定义了特殊寄存器的名称如P1口定义为P1
void main(void)
{
//定义花样数据
const unsigned char design[32]={0xFF,0xFE,0xFD,0xFB,0xF7,0xEF,0xDF,0xBF,0x7F,
0
www.eeworm.com/read/380626/9140578
plg runled.plg
礦ision2 Build Log
Project:
E:\program\org\C51_program\runled\runled.uv2
Project File Date: 04/10/2008
Output:
Build target 'Target 1'
compili
www.eeworm.com/read/380626/9140584
opt runled.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/380626/9140586
obj runled.obj
www.eeworm.com/read/380626/9140603
lst runled.lst
C51 COMPILER V7.20 RUNLED 10/14/2008 09:15:39 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE RUNLED
OBJECT MODULE PLACED IN
www.eeworm.com/read/380626/9140607
hex runled.hex
:10057A0012330000010204091224499224499224E8
:10058A0049922449122149922449922449922449A0
:08059A009224499224499224A5
:1004F400E4FDFCC3ED9FEC9E503720A71BE4FBFA00
:100504000BBB00010ABA01F8BBF4F520A70
www.eeworm.com/read/380626/9140614
c runled.c
//************************************************************/
//************************************************************/
// action: 流水灯(模拟汽车防盗器防盗过程)
// MCU: AT89S51
// OSC: 6MHZ
//
www.eeworm.com/read/374335/9408975