代码搜索:流水灯 是什么?
找到约 9,442 项符合「流水灯 是什么?」的源代码
代码结果 9,442
www.eeworm.com/read/396676/8095920
tra led流水灯.tra
*** Creating Trace Output File 'LED流水灯.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"text1.o"'
### Li
www.eeworm.com/read/396676/8095923
hex led流水灯.hex
:0400000500000000F7
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE50000A0E1F0FF1FE518F09FE554
:1000200058000000400000004400000048000000AC
:100030004C0000000000000050
www.eeworm.com/read/396676/8095924
axf led流水灯.axf
www.eeworm.com/read/396676/8095937
lnp led流水灯.lnp
"startup.o" "text1.o" "target.o" --strict --scatter "LED流水灯.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\LED流水灯.map" -o "LED流水灯.axf"
www.eeworm.com/read/396676/8095948
map led流水灯.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
startup.o(STACK) refers (Speci
www.eeworm.com/read/489764/6469313
c 流水灯实验.c
#define GPIOC_CRL (*((unsigned int *)(0x40011000)))
#define GPIOC_BSRR (*((unsigned int *)(0x40011010)))
#define GPIOC_BRR (*((unsigned int *)(0x40011014)))
#define RCC_APB2ENR (*((unsigned in
www.eeworm.com/read/489197/6475068
doc 流水灯实验.doc
www.eeworm.com/read/402633/11531184
txt 数组流水灯.txt
#include
#define uchar unsigned char
#define uint unsigned int
uint led[8]={0xaa,0x5a,0xcc,0x99,0x9c,0x3c,0x7e,0xdd};
void delay(uint a);
void main()
{
uint a;
while(1)
www.eeworm.com/read/4698/38960
txt 顺流水灯.txt
loop: clr p1.0 ;清除p1.0,使其=0,LED1点亮
acall delay ;调用0.1秒延时子程序,等待0.1秒
setb p1.0 ;置高p1.0,使其=1,LED1熄灭
clr p1.1 ;点亮LED2
acall delay
www.eeworm.com/read/7324/115202
txt 顺流水灯.txt
loop: clr p1.0 ;清除p1.0,使其=0,LED1点亮
acall delay ;调用0.1秒延时子程序,等待0.1秒
setb p1.0 ;置高p1.0,使其=1,LED1熄灭
clr p1.1 ;点亮LED2
acall delay