代码搜索:电源调试
找到约 10,000 项符合「电源调试」的源代码
代码结果 10,000
www.eeworm.com/read/388525/8604690
hex 按键调试.hex
:0400CF000208000023
:10008F00C290C291C292C293C294C295C296C297B5
:10009F0020A01B1200C220A01530A0FD0509E50904
:1000AF0070020508641045087004F508F509850904
:0300BF009080DD51
:0C00C200E4FFE4FE0EBE50FC
www.eeworm.com/read/388525/8604699
pwi 按键调试.pwi
www.eeworm.com/read/388525/8604704
opt 按键调试.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/388525/8604707
c 按键调试.c
#include
#define uchar unsigned char;
#define uint unsigned int;
sbit LED1 = P1^0;
sbit LED2 = P1^1;
sbit LED3 = P1^2;
sbit LED4 = P1^3;
sbit LED5 = P1^4;
sbit LED6 = P1^5;
sbit LED
www.eeworm.com/read/388525/8604716
plg 按键调试.plg
礦ision3 Build Log
Project:
H:\333\按键调试程序\按键调试.uv2
Project File Date: 11/26/2008
Output:
compiling 按键调试.c...
按键调试.c - 0 Error(s), 0 Warning(s)
www.eeworm.com/read/388525/8604718
dsn 按键调试.dsn
www.eeworm.com/read/386307/8755189
txt 调试心得.txt
在程序中没有把MISO置为1,但对程序的运行好象没影响,不过在I2C.H函数中的SDA没有置为1时对程序的正确运行是有影响的。
www.eeworm.com/read/386307/8755212
txt 调试心得.txt
在程序中没有把MISO置为1,但对程序的运行好象没影响,不过在I2C.H函数中的SDA没有置为1时对程序的正确运行是有影响的。