【文件属性】:
文件名称:心形流水灯
文件大小:27KB
文件格式:ZIP
更新时间:2016-12-31 13:58:41
流水灯 心形
#include
#include
#define uint unsigned int
#define uchar unsigned char
//延时
void delay(uint k)
{
uint i,j;
for(i=k;i--;i>0)
for(j=100;j--;j>0);
}
void main() //主函数
{
uchar temp0,temp1;
uchar yi;
uchar yi0,yi1;
uint i,j,k,a,b;
j=k=a=b=3;
//全部亮
P0=P1=P2=P3=0x00;
delay(700);
P0=P1=P2=P3=0xff;
//每个io口独自亮
for(i=2;i--;i>0)
{
P1=P0=0x00;
delay(500);
P1=P0=0xff;
P3=P2=0x00;
delay(500);
P3=P2=0xff;
【文件预览】:
新建文件夹
----XIN.c(5KB)
----心形流水灯程序.doc(49KB)
----XXD.DSN(101KB)
----XIN.hex(6KB)